Color Hex Logo

#d551ce Color Hex

#D551CE
(213,81,206)
0 Favorites   0 Comments

Color spaces of #d551ce

RGB 21381206
HSL0.840.610.58
HSV303°62°84°
CMYK 0.000.620.03   0.16
XYZ41.523624.487260.9305
Yxy24.48720.32710.1929
Hunter Lab49.484563.1854-38.3648
CIE-Lab56.572366.5809-39.6871

#d551ce color RGB value is (213,81,206).

#d551ce hex color red value is 213, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d551ce hue: 0.84 , saturation: 0.61 and the lightness value of d551ce is 0.58.

The process color (four color CMYK) of #d551ce color hex is 0.00, 0.62, 0.03, 0.16. Web safe color of #d551ce is #cc66cc. Color #d551ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 11001110
Octal 325 121 316
Decimal 213 81 206
Hex D5 51 CE

RGB Percentages of Color #d551ce

%42.60
%16.20
%41.20

CMYK Percentages of Color #d551ce

%0
%62
%3
%16

Triadic Colors of #d551ce

#d551ce #ced551 #51ced5

Analogous Colors of #d551ce

#d551ce #d5518c #9a51d5

Monochromatic Colors of #d551ce

#d551ce

Complementary Color

#d551ce #51d558

#d551ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d551ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d551ce Color CSS Codes

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

#d551ce Text Font Color

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

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


#d551ce Background Color

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

This div background color is #d551ce


#d551ce Border Color

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

This div border color is #d551ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d551ce


Comments

No comments written yet.

Please login to write comment.