Color Hex Logo

#d27ebf Color Hex

#D27EBF
(210,126,191)
0 Favorites   0 Comments

Color spaces of #d27ebf

RGB 210126191
HSL0.870.480.66
HSV314°40°82°
CMYK 0.000.400.09   0.18
XYZ43.443232.384953.2514
Yxy32.38490.33660.2509
Hunter Lab56.907736.6779-15.6452
CIE-Lab63.659741.7902-20.2305

#d27ebf color RGB value is (210,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111110 10111111
Octal 322 176 277
Decimal 210 126 191
Hex D2 7E BF

RGB Percentages of Color #d27ebf

%39.85
%23.91
%36.24

CMYK Percentages of Color #d27ebf

%0
%40
%9
%18

Triadic Colors of #d27ebf

#d27ebf #bfd27e #7ebfd2

Analogous Colors of #d27ebf

#d27ebf #d27e95 #bb7ed2

Monochromatic Colors of #d27ebf

#d27ebf

Complementary Color

#d27ebf #7ed291

#d27ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27ebf Color CSS Codes

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

#d27ebf Text Font Color

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

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


#d27ebf Background Color

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

This div background color is #d27ebf


#d27ebf Border Color

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

This div border color is #d27ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27ebf


Comments

No comments written yet.

Please login to write comment.