Color Hex Logo

#d00bbf Color Hex

#D00BBF
(208,11,191)
0 Favorites   0 Comments

Color spaces of #d00bbf

RGB 20811191
HSL0.850.900.43
HSV305°95°82°
CMYK 0.000.950.08   0.18
XYZ35.536117.410850.7779
Yxy17.41080.34260.1679
Hunter Lab41.726378.9983-42.9434
CIE-Lab48.773581.0066-43.4178

#d00bbf color RGB value is (208,11,191).

#d00bbf hex color red value is 208, green value is 11 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d00bbf hue: 0.85 , saturation: 0.90 and the lightness value of d00bbf is 0.43.

The process color (four color CMYK) of #d00bbf color hex is 0.00, 0.95, 0.08, 0.18. Web safe color of #d00bbf is #cc00cc. Color #d00bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001011 10111111
Octal 320 13 277
Decimal 208 11 191
Hex D0 B BF

RGB Percentages of Color #d00bbf

%50.73
%2.68
%46.59

CMYK Percentages of Color #d00bbf

%0
%95
%8
%18

Triadic Colors of #d00bbf

#d00bbf #bfd00b #0bbfd0

Analogous Colors of #d00bbf

#d00bbf #d00b5d #7f0bd0

Monochromatic Colors of #d00bbf

#d00bbf

Complementary Color

#d00bbf #0bd01c

#d00bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00bbf Color CSS Codes

.mybgcolor {background-color:#d00bbf; } 
.myforecolor {color:#d00bbf; }
.mybordercolor {border:3px solid #d00bbf; }

#d00bbf Text Font Color

<p style="color:#d00bbf">Text here</p>

This sample text font color is #d00bbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d00bbf Background Color

<div style="background-color:#d00bbf">
Div content here</div>

This div background color is #d00bbf


#d00bbf Border Color

<div style="border:3px solid #d00bbf">
Div here</div>

This div border color is #d00bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,11,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d00bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d00bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #d00bbf;
  box-shadow:         1px 1px 3px 2px #d00bbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,11,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d00bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d00bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #d00bbf;
  box-shadow:         1px 1px 3px 2px #d00bbf;">
Div content here</div>

This div box has shadow with color #d00bbf


Comments

No comments written yet.

Please login to write comment.