Color Hex Logo

#d93dca Color Hex

#D93DCA
(217,61,202)
0 Favorites   0 Comments

Color spaces of #d93dca

RGB 21761202
HSL0.850.670.55
HSV306°72°85°
CMYK 0.000.720.07   0.15
XYZ40.944722.353558.0337
Yxy22.35350.33750.1842
Hunter Lab47.279571.8444-39.6805
CIE-Lab54.400174.1726-40.7779

#d93dca color RGB value is (217,61,202).

#d93dca hex color red value is 217, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d93dca hue: 0.85 , saturation: 0.67 and the lightness value of d93dca is 0.55.

The process color (four color CMYK) of #d93dca color hex is 0.00, 0.72, 0.07, 0.15. Web safe color of #d93dca is #cc33cc. Color #d93dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111101 11001010
Octal 331 75 312
Decimal 217 61 202
Hex D9 3D CA

RGB Percentages of Color #d93dca

%45.21
%12.71
%42.08

CMYK Percentages of Color #d93dca

%0
%72
%7
%15

Triadic Colors of #d93dca

#d93dca #cad93d #3dcad9

Analogous Colors of #d93dca

#d93dca #d93d7c #9a3dd9

Monochromatic Colors of #d93dca

#d93dca

Complementary Color

#d93dca #3dd94c

#d93dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93dca Color CSS Codes

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

#d93dca Text Font Color

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

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


#d93dca Background Color

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

This div background color is #d93dca


#d93dca Border Color

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

This div border color is #d93dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93dca


Comments

No comments written yet.

Please login to write comment.