Color Hex Logo

#d552ed Color Hex

#D552ED
(213,82,237)
0 Favorites   0 Comments

Color spaces of #d552ed

RGB 21382237
HSL0.810.810.63
HSV291°65°93°
CMYK 0.100.650.00   0.07
XYZ45.743926.295182.7853
Yxy26.29510.29550.1698
Hunter Lab51.278769.4955-59.8237
CIE-Lab58.316171.5055-54.4100

#d552ed color RGB value is (213,82,237).

#d552ed hex color red value is 213, green value is 82 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d552ed hue: 0.81 , saturation: 0.81 and the lightness value of d552ed is 0.63.

The process color (four color CMYK) of #d552ed color hex is 0.10, 0.65, 0.00, 0.07. Web safe color of #d552ed is #cc66ff. Color #d552ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 11101101
Octal 325 122 355
Decimal 213 82 237
Hex D5 52 ED

RGB Percentages of Color #d552ed

%40.04
%15.41
%44.55

CMYK Percentages of Color #d552ed

%10
%65
%0
%7

Triadic Colors of #d552ed

#d552ed #edd552 #52edd5

Analogous Colors of #d552ed

#d552ed #ed52b8 #8852ed

Monochromatic Colors of #d552ed

#d552ed

Complementary Color

#d552ed #6aed52

#d552ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d552ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d552ed Color CSS Codes

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

#d552ed Text Font Color

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

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


#d552ed Background Color

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

This div background color is #d552ed


#d552ed Border Color

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

This div border color is #d552ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,82,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d552ed


Comments

No comments written yet.

Please login to write comment.