Color Hex Logo

#d93cea Color Hex

#D93CEA
(217,60,234)
0 Favorites   0 Comments

Color spaces of #d93cea

RGB 21760234
HSL0.820.810.58
HSV294°74°92°
CMYK 0.070.740.00   0.08
XYZ45.082423.923980.0836
Yxy23.92390.30240.1605
Hunter Lab48.912178.9279-62.8369
CIE-Lab56.011579.5411-56.3757

#d93cea color RGB value is (217,60,234).

#d93cea hex color red value is 217, green value is 60 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d93cea hue: 0.82 , saturation: 0.81 and the lightness value of d93cea is 0.58.

The process color (four color CMYK) of #d93cea color hex is 0.07, 0.74, 0.00, 0.08. Web safe color of #d93cea is #cc33ff. Color #d93cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111100 11101010
Octal 331 74 352
Decimal 217 60 234
Hex D9 3C EA

RGB Percentages of Color #d93cea

%42.47
%11.74
%45.79

CMYK Percentages of Color #d93cea

%7
%74
%0
%8

Triadic Colors of #d93cea

#d93cea #ead93c #3cead9

Analogous Colors of #d93cea

#d93cea #ea3ca4 #823cea

Monochromatic Colors of #d93cea

#d93cea

Complementary Color

#d93cea #4dea3c

#d93cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93cea Color CSS Codes

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

#d93cea Text Font Color

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

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


#d93cea Background Color

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

This div background color is #d93cea


#d93cea Border Color

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

This div border color is #d93cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,60,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93cea


Comments

No comments written yet.

Please login to write comment.