Color Hex Logo

#d75dca Color Hex

#D75DCA
(215,93,202)
0 Favorites   0 Comments

Color spaces of #d75dca

RGB 21593202
HSL0.850.600.60
HSV306°57°84°
CMYK 0.000.570.06   0.16
XYZ42.599426.540058.7546
Yxy26.54000.33310.2075
Hunter Lab51.517057.4469-31.5578
CIE-Lab58.546161.3217-34.2983

#d75dca color RGB value is (215,93,202).

#d75dca hex color red value is 215, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d75dca hue: 0.85 , saturation: 0.60 and the lightness value of d75dca is 0.60.

The process color (four color CMYK) of #d75dca color hex is 0.00, 0.57, 0.06, 0.16. Web safe color of #d75dca is #cc66cc. Color #d75dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011101 11001010
Octal 327 135 312
Decimal 215 93 202
Hex D7 5D CA

RGB Percentages of Color #d75dca

%42.16
%18.24
%39.61

CMYK Percentages of Color #d75dca

%0
%57
%6
%16

Triadic Colors of #d75dca

#d75dca #cad75d #5dcad7

Analogous Colors of #d75dca

#d75dca #d75d8d #a75dd7

Monochromatic Colors of #d75dca

#d75dca

Complementary Color

#d75dca #5dd76a

#d75dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75dca Color CSS Codes

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

#d75dca Text Font Color

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

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


#d75dca Background Color

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

This div background color is #d75dca


#d75dca Border Color

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

This div border color is #d75dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,93,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d75dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d75dca;
  -webkit-box-shadow: 1px 1px 3px 2px #d75dca;
  box-shadow:         1px 1px 3px 2px #d75dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,93,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75dca


Comments

No comments written yet.

Please login to write comment.