Color Hex Logo

#d55dea Color Hex

#D55DEA
(213,93,234)
0 Favorites   0 Comments

Color spaces of #d55dea

RGB 21393234
HSL0.810.770.64
HSV291°60°92°
CMYK 0.090.600.00   0.08
XYZ46.206227.915380.7948
Yxy27.91530.29830.1802
Hunter Lab52.834963.6441-53.6814
CIE-Lab59.812166.3726-50.3558

#d55dea color RGB value is (213,93,234).

#d55dea hex color red value is 213, green value is 93 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d55dea hue: 0.81 , saturation: 0.77 and the lightness value of d55dea is 0.64.

The process color (four color CMYK) of #d55dea color hex is 0.09, 0.60, 0.00, 0.08. Web safe color of #d55dea is #cc66ff. Color #d55dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 11101010
Octal 325 135 352
Decimal 213 93 234
Hex D5 5D EA

RGB Percentages of Color #d55dea

%39.44
%17.22
%43.33

CMYK Percentages of Color #d55dea

%9
%60
%0
%8

Triadic Colors of #d55dea

#d55dea #ead55d #5dead5

Analogous Colors of #d55dea

#d55dea #ea5db9 #8f5dea

Monochromatic Colors of #d55dea

#d55dea

Complementary Color

#d55dea #72ea5d

#d55dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55dea Color CSS Codes

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

#d55dea Text Font Color

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

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


#d55dea Background Color

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

This div background color is #d55dea


#d55dea Border Color

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

This div border color is #d55dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55dea


Comments

No comments written yet.

Please login to write comment.