Color Hex Logo

#da75cd Color Hex

#DA75CD
(218,117,205)
0 Favorites   0 Comments

Color spaces of #da75cd

RGB 218117205
HSL0.850.580.66
HSV308°46°85°
CMYK 0.000.460.06   0.15
XYZ46.294232.035861.5012
Yxy32.03580.33110.2291
Hunter Lab56.600246.9477-24.8038
CIE-Lab63.372551.2758-28.4757

#da75cd color RGB value is (218,117,205).

#da75cd hex color red value is 218, green value is 117 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #da75cd hue: 0.85 , saturation: 0.58 and the lightness value of da75cd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 11001101
Octal 332 165 315
Decimal 218 117 205
Hex DA 75 CD

RGB Percentages of Color #da75cd

%40.37
%21.67
%37.96

CMYK Percentages of Color #da75cd

%0
%46
%6
%15

Triadic Colors of #da75cd

#da75cd #cdda75 #75cdda

Analogous Colors of #da75cd

#da75cd #da759b #b575da

Monochromatic Colors of #da75cd

#da75cd

Complementary Color

#da75cd #75da82

#da75cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da75cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da75cd Color CSS Codes

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

#da75cd Text Font Color

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

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


#da75cd Background Color

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

This div background color is #da75cd


#da75cd Border Color

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

This div border color is #da75cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da75cd


Comments

No comments written yet.

Please login to write comment.