Color Hex Logo

#d27dca Color Hex

#D27DCA
(210,125,202)
0 Favorites   0 Comments

Color spaces of #d27dca

RGB 210125202
HSL0.850.490.66
HSV306°40°82°
CMYK 0.000.400.04   0.18
XYZ44.572632.633159.8267
Yxy32.63310.32530.2381
Hunter Lab57.125439.3068-22.1059
CIE-Lab63.862744.2243-26.1161

#d27dca color RGB value is (210,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111101 11001010
Octal 322 175 312
Decimal 210 125 202
Hex D2 7D CA

RGB Percentages of Color #d27dca

%39.11
%23.28
%37.62

CMYK Percentages of Color #d27dca

%0
%40
%4
%18

Triadic Colors of #d27dca

#d27dca #cad27d #7dcad2

Analogous Colors of #d27dca

#d27dca #d27da0 #b07dd2

Monochromatic Colors of #d27dca

#d27dca

Complementary Color

#d27dca #7dd285

#d27dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27dca Color CSS Codes

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

#d27dca Text Font Color

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

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


#d27dca Background Color

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

This div background color is #d27dca


#d27dca Border Color

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

This div border color is #d27dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27dca


Comments

No comments written yet.

Please login to write comment.