Color Hex Logo

#da7fcc Color Hex

#DA7FCC
(218,127,204)
0 Favorites   0 Comments

Color spaces of #da7fcc

RGB 218127204
HSL0.860.550.68
HSV309°42°85°
CMYK 0.000.420.06   0.15
XYZ47.401934.443861.2767
Yxy34.44380.33120.2407
Hunter Lab58.688841.4657-20.8222
CIE-Lab65.313346.0231-24.9280

#da7fcc color RGB value is (218,127,204).

#da7fcc hex color red value is 218, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #da7fcc hue: 0.86 , saturation: 0.55 and the lightness value of da7fcc is 0.68.

The process color (four color CMYK) of #da7fcc color hex is 0.00, 0.42, 0.06, 0.15. Web safe color of #da7fcc is #cc66cc. Color #da7fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111111 11001100
Octal 332 177 314
Decimal 218 127 204
Hex DA 7F CC

RGB Percentages of Color #da7fcc

%39.71
%23.13
%37.16

CMYK Percentages of Color #da7fcc

%0
%42
%6
%15

Triadic Colors of #da7fcc

#da7fcc #ccda7f #7fccda

Analogous Colors of #da7fcc

#da7fcc #da7f9f #bb7fda

Monochromatic Colors of #da7fcc

#da7fcc

Complementary Color

#da7fcc #7fda8d

#da7fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7fcc Color CSS Codes

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

#da7fcc Text Font Color

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

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


#da7fcc Background Color

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

This div background color is #da7fcc


#da7fcc Border Color

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

This div border color is #da7fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,127,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 #da7fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7fcc


Comments

No comments written yet.

Please login to write comment.