Color Hex Logo

#d00ccd Color Hex

#D00CCD
(208,12,205)
0 Favorites   0 Comments

Color spaces of #d00ccd

RGB 20812205
HSL0.840.890.43
HSV301°94°82°
CMYK 0.000.940.01   0.18
XYZ37.163318.080659.2888
Yxy18.08060.32450.1579
Hunter Lab42.521381.5955-52.9051
CIE-Lab49.593782.8873-50.2254

#d00ccd color RGB value is (208,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001100 11001101
Octal 320 14 315
Decimal 208 12 205
Hex D0 C CD

RGB Percentages of Color #d00ccd

%48.94
%2.82
%48.24

CMYK Percentages of Color #d00ccd

%0
%94
%1
%18

Triadic Colors of #d00ccd

#d00ccd #cdd00c #0ccdd0

Analogous Colors of #d00ccd

#d00ccd #d00c6b #710cd0

Monochromatic Colors of #d00ccd

#d00ccd

Complementary Color

#d00ccd #0cd00f

#d00ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00ccd Color CSS Codes

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

#d00ccd Text Font Color

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

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


#d00ccd Background Color

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

This div background color is #d00ccd


#d00ccd Border Color

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

This div border color is #d00ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00ccd


Comments

No comments written yet.

Please login to write comment.