Color Hex Logo

#d27eca Color Hex

#D27ECA
(210,126,202)
0 Favorites   0 Comments

Color spaces of #d27eca

RGB 210126202
HSL0.850.480.66
HSV306°40°82°
CMYK 0.000.400.04   0.18
XYZ44.699932.887659.8691
Yxy32.88760.32520.2393
Hunter Lab57.347738.7740-21.7534
CIE-Lab64.069843.7012-25.7978

#d27eca color RGB value is (210,126,202).

#d27eca hex color red value is 210, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d27eca hue: 0.85 , saturation: 0.48 and the lightness value of d27eca is 0.66.

The process color (four color CMYK) of #d27eca color hex is 0.00, 0.40, 0.04, 0.18. Web safe color of #d27eca is #cc66cc. Color #d27eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111110 11001010
Octal 322 176 312
Decimal 210 126 202
Hex D2 7E CA

RGB Percentages of Color #d27eca

%39.03
%23.42
%37.55

CMYK Percentages of Color #d27eca

%0
%40
%4
%18

Triadic Colors of #d27eca

#d27eca #cad27e #7ecad2

Analogous Colors of #d27eca

#d27eca #d27ea0 #b07ed2

Monochromatic Colors of #d27eca

#d27eca

Complementary Color

#d27eca #7ed286

#d27eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27eca Color CSS Codes

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

#d27eca Text Font Color

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

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


#d27eca Background Color

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

This div background color is #d27eca


#d27eca Border Color

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

This div border color is #d27eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27eca


Comments

No comments written yet.

Please login to write comment.