color codes Logo

#d00bae color codes

#D00BAE
(208,11,174)
0 Favorites   0 Comments

Color spaces of #d00bae

RGB 20811174
HSL0.860.900.43
HSV310°95°82°
CMYK 0.000.950.16   0.18
XYZ33.772116.705241.4888
Yxy16.70520.36720.1816
Hunter Lab40.872075.9667-31.5744
CIE-Lab47.886478.7688-34.8462

#d00bae color RGB value is (208,11,174).

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

The process color (four color CMYK) of #d00bae color code is 0.00, 0.95, 0.16, 0.18. Web safe color of #d00bae is #cc0099. Color #d00bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001011 10101110
Octal 320 13 256
Decimal 208 11 174
Hex D0 B AE

RGB Percentages of Color #d00bae

%52.93
%2.80
%44.27

CMYK Percentages of Color #d00bae

%0
%95
%16
%18

Triadic Colors of #d00bae

#d00bae #aed00b #0baed0

Analogous Colors of #d00bae

#d00bae #d00b4b #900bd0

Monochromatic Colors of #d00bae

#d00bae

Complementary Color

#d00bae #0bd02d

#d00bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00bae Color CSS Codes

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

#d00bae Text Font Color

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

This sample text font color is #d00bae
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.


#d00bae Background Color

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

This div background color is #d00bae


#d00bae Border Color

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

This div border color is #d00bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00bae


Comments

No comments written yet.

Please login to write comment.