Color Hex Logo

#d551ed Color Hex

#D551ED
(213,81,237)
0 Favorites   0 Comments

Color spaces of #d551ed

RGB 21381237
HSL0.810.810.62
HSV291°66°93°
CMYK 0.100.660.00   0.07
XYZ45.669126.145482.7603
Yxy26.14540.29540.1691
Hunter Lab51.132669.9454-60.1707
CIE-Lab58.174871.9008-54.6353

#d551ed color RGB value is (213,81,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 11101101
Octal 325 121 355
Decimal 213 81 237
Hex D5 51 ED

RGB Percentages of Color #d551ed

%40.11
%15.25
%44.63

CMYK Percentages of Color #d551ed

%10
%66
%0
%7

Triadic Colors of #d551ed

#d551ed #edd551 #51edd5

Analogous Colors of #d551ed

#d551ed #ed51b7 #8751ed

Monochromatic Colors of #d551ed

#d551ed

Complementary Color

#d551ed #69ed51

#d551ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d551ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d551ed Color CSS Codes

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

#d551ed Text Font Color

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

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


#d551ed Background Color

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

This div background color is #d551ed


#d551ed Border Color

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

This div border color is #d551ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d551ed


Comments

No comments written yet.

Please login to write comment.