Color Hex Logo

#d551de Color Hex

#D551DE
(213,81,222)
0 Favorites   0 Comments

Color spaces of #d551de

RGB 21381222
HSL0.820.680.59
HSV296°64°87°
CMYK 0.040.640.00   0.13
XYZ43.567825.304971.6953
Yxy25.30490.30990.1800
Hunter Lab50.304066.5652-49.2898
CIE-Lab57.371369.2634-47.4941

#d551de color RGB value is (213,81,222).

#d551de hex color red value is 213, green value is 81 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d551de hue: 0.82 , saturation: 0.68 and the lightness value of d551de is 0.59.

The process color (four color CMYK) of #d551de color hex is 0.04, 0.64, 0.00, 0.13. Web safe color of #d551de is #cc66cc. Color #d551de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 11011110
Octal 325 121 336
Decimal 213 81 222
Hex D5 51 DE

RGB Percentages of Color #d551de

%41.28
%15.70
%43.02

CMYK Percentages of Color #d551de

%4
%64
%0
%13

Triadic Colors of #d551de

#d551de #ded551 #51ded5

Analogous Colors of #d551de

#d551de #de51a1 #8f51de

Monochromatic Colors of #d551de

#d551de

Complementary Color

#d551de #5ade51

#d551de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d551de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d551de Color CSS Codes

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

#d551de Text Font Color

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

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


#d551de Background Color

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

This div background color is #d551de


#d551de Border Color

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

This div border color is #d551de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d551de


Comments

No comments written yet.

Please login to write comment.