Color Hex Logo

#d27deb Color Hex

#D27DEB
(210,125,235)
0 Favorites   0 Comments

Color spaces of #d27deb

RGB 210125235
HSL0.800.730.71
HSV286°47°92°
CMYK 0.110.470.00   0.08
XYZ48.907434.367082.6531
Yxy34.36700.29480.2071
Hunter Lab58.623446.3253-42.5566
CIE-Lab65.252850.4379-42.3529

#d27deb color RGB value is (210,125,235).

#d27deb hex color red value is 210, green value is 125 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d27deb hue: 0.80 , saturation: 0.73 and the lightness value of d27deb is 0.71.

The process color (four color CMYK) of #d27deb color hex is 0.11, 0.47, 0.00, 0.08. Web safe color of #d27deb is #cc66ff. Color #d27deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111101 11101011
Octal 322 175 353
Decimal 210 125 235
Hex D2 7D EB

RGB Percentages of Color #d27deb

%36.84
%21.93
%41.23

CMYK Percentages of Color #d27deb

%11
%47
%0
%8

Triadic Colors of #d27deb

#d27deb #ebd27d #7debd2

Analogous Colors of #d27deb

#d27deb #eb7dcd #9b7deb

Monochromatic Colors of #d27deb

#d27deb

Complementary Color

#d27deb #96eb7d

#d27deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27deb Color CSS Codes

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

#d27deb Text Font Color

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

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


#d27deb Background Color

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

This div background color is #d27deb


#d27deb Border Color

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

This div border color is #d27deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27deb


Comments

No comments written yet.

Please login to write comment.