Color Hex Logo

#da0ccf Color Hex

#DA0CCF
(218,12,207)
0 Favorites   0 Comments

Color spaces of #da0ccf

RGB 21812207
HSL0.840.900.45
HSV303°94°85°
CMYK 0.000.940.05   0.15
XYZ40.307419.673460.7044
Yxy19.67340.33400.1630
Hunter Lab44.354784.5914-50.0967
CIE-Lab51.465984.8504-48.2871

#da0ccf color RGB value is (218,12,207).

#da0ccf hex color red value is 218, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #da0ccf hue: 0.84 , saturation: 0.90 and the lightness value of da0ccf is 0.45.

The process color (four color CMYK) of #da0ccf color hex is 0.00, 0.94, 0.05, 0.15. Web safe color of #da0ccf is #cc00cc. Color #da0ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001100 11001111
Octal 332 14 317
Decimal 218 12 207
Hex DA C CF

RGB Percentages of Color #da0ccf

%49.89
%2.75
%47.37

CMYK Percentages of Color #da0ccf

%0
%94
%5
%15

Triadic Colors of #da0ccf

#da0ccf #cfda0c #0ccfda

Analogous Colors of #da0ccf

#da0ccf #da0c68 #7e0cda

Monochromatic Colors of #da0ccf

#da0ccf

Complementary Color

#da0ccf #0cda17

#da0ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0ccf Color CSS Codes

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

#da0ccf Text Font Color

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

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


#da0ccf Background Color

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

This div background color is #da0ccf


#da0ccf Border Color

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

This div border color is #da0ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0ccf


Comments

No comments written yet.

Please login to write comment.