Color Hex Logo

#d51ecc Color Hex

#D51ECC
(213,30,204)
0 Favorites   0 Comments

Color spaces of #d51ecc

RGB 21330204
HSL0.840.750.48
HSV303°86°84°
CMYK 0.000.860.04   0.16
XYZ38.803919.434358.8327
Yxy19.43430.33150.1660
Hunter Lab44.084479.9715-48.2663
CIE-Lab51.191581.3033-47.0508

#d51ecc color RGB value is (213,30,204).

#d51ecc hex color red value is 213, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d51ecc hue: 0.84 , saturation: 0.75 and the lightness value of d51ecc is 0.48.

The process color (four color CMYK) of #d51ecc color hex is 0.00, 0.86, 0.04, 0.16. Web safe color of #d51ecc is #cc33cc. Color #d51ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011110 11001100
Octal 325 36 314
Decimal 213 30 204
Hex D5 1E CC

RGB Percentages of Color #d51ecc

%47.65
%6.71
%45.64

CMYK Percentages of Color #d51ecc

%0
%86
%4
%16

Triadic Colors of #d51ecc

#d51ecc #ccd51e #1eccd5

Analogous Colors of #d51ecc

#d51ecc #d51e71 #831ed5

Monochromatic Colors of #d51ecc

#d51ecc

Complementary Color

#d51ecc #1ed527

#d51ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51ecc Color CSS Codes

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

#d51ecc Text Font Color

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

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


#d51ecc Background Color

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

This div background color is #d51ecc


#d51ecc Border Color

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

This div border color is #d51ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51ecc


Comments

No comments written yet.

Please login to write comment.