Color Hex Logo

#da0fcc Color Hex

#DA0FCC
(218,15,204)
0 Favorites   0 Comments

Color spaces of #da0fcc

RGB 21815204
HSL0.840.870.46
HSV304°93°85°
CMYK 0.000.930.06   0.15
XYZ39.983319.606758.8039
Yxy19.60670.33770.1656
Hunter Lab44.279583.6922-47.7426
CIE-Lab51.389684.1699-46.6826

#da0fcc color RGB value is (218,15,204).

#da0fcc hex color red value is 218, green value is 15 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da0fcc hue: 0.84 , saturation: 0.87 and the lightness value of da0fcc is 0.46.

The process color (four color CMYK) of #da0fcc color hex is 0.00, 0.93, 0.06, 0.15. Web safe color of #da0fcc is #cc00cc. Color #da0fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001111 11001100
Octal 332 17 314
Decimal 218 15 204
Hex DA F CC

RGB Percentages of Color #da0fcc

%49.89
%3.43
%46.68

CMYK Percentages of Color #da0fcc

%0
%93
%6
%15

Triadic Colors of #da0fcc

#da0fcc #ccda0f #0fccda

Analogous Colors of #da0fcc

#da0fcc #da0f67 #830fda

Monochromatic Colors of #da0fcc

#da0fcc

Complementary Color

#da0fcc #0fda1d

#da0fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0fcc Color CSS Codes

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

#da0fcc Text Font Color

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

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


#da0fcc Background Color

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

This div background color is #da0fcc


#da0fcc Border Color

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

This div border color is #da0fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0fcc


Comments

No comments written yet.

Please login to write comment.