Color Hex Logo

#d27eef Color Hex

#D27EEF
(210,126,239)
0 Favorites   0 Comments

Color spaces of #d27eef

RGB 210126239
HSL0.790.780.72
HSV285°47°94°
CMYK 0.120.470.00   0.06
XYZ49.619234.855385.7739
Yxy34.85530.29150.2047
Hunter Lab59.038446.7044-44.8126
CIE-Lab65.635950.7213-43.9605

#d27eef color RGB value is (210,126,239).

#d27eef hex color red value is 210, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d27eef hue: 0.79 , saturation: 0.78 and the lightness value of d27eef is 0.72.

The process color (four color CMYK) of #d27eef color hex is 0.12, 0.47, 0.00, 0.06. Web safe color of #d27eef is #cc66ff. Color #d27eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111110 11101111
Octal 322 176 357
Decimal 210 126 239
Hex D2 7E EF

RGB Percentages of Color #d27eef

%36.52
%21.91
%41.57

CMYK Percentages of Color #d27eef

%12
%47
%0
%6

Triadic Colors of #d27eef

#d27eef #efd27e #7eefd2

Analogous Colors of #d27eef

#d27eef #ef7ed4 #9a7eef

Monochromatic Colors of #d27eef

#d27eef

Complementary Color

#d27eef #9bef7e

#d27eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27eef Color CSS Codes

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

#d27eef Text Font Color

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

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


#d27eef Background Color

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

This div background color is #d27eef


#d27eef Border Color

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

This div border color is #d27eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,126,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27eef


Comments

No comments written yet.

Please login to write comment.