Color Hex Logo

#d00cbc Color Hex

#D00CBC
(208,12,188)
0 Favorites   0 Comments

Color spaces of #d00cbc

RGB 20812188
HSL0.850.890.43
HSV306°94°82°
CMYK 0.000.940.10   0.18
XYZ35.221017.303749.0605
Yxy17.30370.34670.1703
Hunter Lab41.597778.3409-40.8084
CIE-Lab48.640480.5124-41.8787

#d00cbc color RGB value is (208,12,188).

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

The process color (four color CMYK) of #d00cbc color hex is 0.00, 0.94, 0.10, 0.18. Web safe color of #d00cbc is #cc00cc. Color #d00cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001100 10111100
Octal 320 14 274
Decimal 208 12 188
Hex D0 C BC

RGB Percentages of Color #d00cbc

%50.98
%2.94
%46.08

CMYK Percentages of Color #d00cbc

%0
%94
%10
%18

Triadic Colors of #d00cbc

#d00cbc #bcd00c #0cbcd0

Analogous Colors of #d00cbc

#d00cbc #d00c5a #820cd0

Monochromatic Colors of #d00cbc

#d00cbc

Complementary Color

#d00cbc #0cd020

#d00cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00cbc Color CSS Codes

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

#d00cbc Text Font Color

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

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


#d00cbc Background Color

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

This div background color is #d00cbc


#d00cbc Border Color

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

This div border color is #d00cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00cbc


Comments

No comments written yet.

Please login to write comment.