Color Hex Logo

#d30eca Color Hex

#D30ECA
(211,14,202)
0 Favorites   0 Comments

Color spaces of #d30eca

RGB 21114202
HSL0.840.880.44
HSV303°93°83°
CMYK 0.000.930.04   0.17
XYZ37.681718.427257.4479
Yxy18.42720.33180.1623
Hunter Lab42.926981.5671-49.2973
CIE-Lab50.010282.7843-47.7992

#d30eca color RGB value is (211,14,202).

#d30eca hex color red value is 211, green value is 14 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d30eca hue: 0.84 , saturation: 0.88 and the lightness value of d30eca is 0.44.

The process color (four color CMYK) of #d30eca color hex is 0.00, 0.93, 0.04, 0.17. Web safe color of #d30eca is #cc00cc. Color #d30eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001110 11001010
Octal 323 16 312
Decimal 211 14 202
Hex D3 E CA

RGB Percentages of Color #d30eca

%49.41
%3.28
%47.31

CMYK Percentages of Color #d30eca

%0
%93
%4
%17

Triadic Colors of #d30eca

#d30eca #cad30e #0ecad3

Analogous Colors of #d30eca

#d30eca #d30e68 #7a0ed3

Monochromatic Colors of #d30eca

#d30eca

Complementary Color

#d30eca #0ed317

#d30eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30eca Color CSS Codes

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

#d30eca Text Font Color

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

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


#d30eca Background Color

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

This div background color is #d30eca


#d30eca Border Color

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

This div border color is #d30eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30eca


Comments

No comments written yet.

Please login to write comment.