Color Hex Logo

#d27cde Color Hex

#D27CDE
(210,124,222)
0 Favorites   0 Comments

Color spaces of #d27cde

RGB 210124222
HSL0.810.600.68
HSV293°44°87°
CMYK 0.050.440.00   0.13
XYZ46.970833.390973.0767
Yxy33.39090.30610.2176
Hunter Lab57.784943.9714-34.5308
CIE-Lab64.476248.4257-36.3547

#d27cde color RGB value is (210,124,222).

#d27cde hex color red value is 210, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d27cde hue: 0.81 , saturation: 0.60 and the lightness value of d27cde is 0.68.

The process color (four color CMYK) of #d27cde color hex is 0.05, 0.44, 0.00, 0.13. Web safe color of #d27cde is #cc66cc. Color #d27cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111100 11011110
Octal 322 174 336
Decimal 210 124 222
Hex D2 7C DE

RGB Percentages of Color #d27cde

%37.77
%22.30
%39.93

CMYK Percentages of Color #d27cde

%5
%44
%0
%13

Triadic Colors of #d27cde

#d27cde #ded27c #7cded2

Analogous Colors of #d27cde

#d27cde #de7cb9 #a17cde

Monochromatic Colors of #d27cde

#d27cde

Complementary Color

#d27cde #88de7c

#d27cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27cde Color CSS Codes

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

#d27cde Text Font Color

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

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


#d27cde Background Color

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

This div background color is #d27cde


#d27cde Border Color

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

This div border color is #d27cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27cde


Comments

No comments written yet.

Please login to write comment.