Color Hex Logo

#d55cea Color Hex

#D55CEA
(213,92,234)
0 Favorites   0 Comments

Color spaces of #d55cea

RGB 21392234
HSL0.810.770.64
HSV291°61°92°
CMYK 0.090.610.00   0.08
XYZ46.119027.740980.7657
Yxy27.74090.29830.1794
Hunter Lab52.669664.1277-54.0489
CIE-Lab59.653966.8071-50.6068

#d55cea color RGB value is (213,92,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011100 11101010
Octal 325 134 352
Decimal 213 92 234
Hex D5 5C EA

RGB Percentages of Color #d55cea

%39.52
%17.07
%43.41

CMYK Percentages of Color #d55cea

%9
%61
%0
%8

Triadic Colors of #d55cea

#d55cea #ead55c #5cead5

Analogous Colors of #d55cea

#d55cea #ea5cb8 #8e5cea

Monochromatic Colors of #d55cea

#d55cea

Complementary Color

#d55cea #71ea5c

#d55cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55cea Color CSS Codes

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

#d55cea Text Font Color

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

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


#d55cea Background Color

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

This div background color is #d55cea


#d55cea Border Color

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

This div border color is #d55cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55cea


Comments

No comments written yet.

Please login to write comment.