Color Hex Logo

#d51eca Color Hex

#D51ECA
(213,30,202)
0 Favorites   0 Comments

Color spaces of #d51eca

RGB 21330202
HSL0.840.750.48
HSV304°86°84°
CMYK 0.000.860.05   0.16
XYZ38.565519.338957.5773
Yxy19.33890.33400.1675
Hunter Lab43.976079.5805-46.8445
CIE-Lab51.081481.0168-46.0736

#d51eca color RGB value is (213,30,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011110 11001010
Octal 325 36 312
Decimal 213 30 202
Hex D5 1E CA

RGB Percentages of Color #d51eca

%47.87
%6.74
%45.39

CMYK Percentages of Color #d51eca

%0
%86
%5
%16

Triadic Colors of #d51eca

#d51eca #cad51e #1ecad5

Analogous Colors of #d51eca

#d51eca #d51e6f #851ed5

Monochromatic Colors of #d51eca

#d51eca

Complementary Color

#d51eca #1ed529

#d51eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51eca Color CSS Codes

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

#d51eca Text Font Color

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

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


#d51eca Background Color

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

This div background color is #d51eca


#d51eca Border Color

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

This div border color is #d51eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51eca


Comments

No comments written yet.

Please login to write comment.