Color Hex Logo

#d27fdd Color Hex

#D27FDD
(210,127,221)
0 Favorites   0 Comments

Color spaces of #d27fdd

RGB 210127221
HSL0.810.580.68
HSV293°43°87°
CMYK 0.050.430.00   0.13
XYZ47.218934.100872.5000
Yxy34.10080.30700.2217
Hunter Lab58.395942.1422-32.7329
CIE-Lab65.042546.6794-34.9165

#d27fdd color RGB value is (210,127,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111111 11011101
Octal 322 177 335
Decimal 210 127 221
Hex D2 7F DD

RGB Percentages of Color #d27fdd

%37.63
%22.76
%39.61

CMYK Percentages of Color #d27fdd

%5
%43
%0
%13

Triadic Colors of #d27fdd

#d27fdd #ddd27f #7fddd2

Analogous Colors of #d27fdd

#d27fdd #dd7fb9 #a37fdd

Monochromatic Colors of #d27fdd

#d27fdd

Complementary Color

#d27fdd #8add7f

#d27fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27fdd Color CSS Codes

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

#d27fdd Text Font Color

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

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


#d27fdd Background Color

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

This div background color is #d27fdd


#d27fdd Border Color

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

This div border color is #d27fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27fdd


Comments

No comments written yet.

Please login to write comment.