Color Hex Logo

#d27fde Color Hex

#D27FDE
(210,127,222)
0 Favorites   0 Comments

Color spaces of #d27fde

RGB 210127222
HSL0.810.590.68
HSV292°43°87°
CMYK 0.050.430.00   0.13
XYZ47.352534.154373.2039
Yxy34.15430.30610.2208
Hunter Lab58.441742.3571-33.3573
CIE-Lab65.084946.8700-35.4068

#d27fde color RGB value is (210,127,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111111 11011110
Octal 322 177 336
Decimal 210 127 222
Hex D2 7F DE

RGB Percentages of Color #d27fde

%37.57
%22.72
%39.71

CMYK Percentages of Color #d27fde

%5
%43
%0
%13

Triadic Colors of #d27fde

#d27fde #ded27f #7fded2

Analogous Colors of #d27fde

#d27fde #de7fbb #a37fde

Monochromatic Colors of #d27fde

#d27fde

Complementary Color

#d27fde #8bde7f

#d27fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27fde Color CSS Codes

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

#d27fde Text Font Color

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

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


#d27fde Background Color

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

This div background color is #d27fde


#d27fde Border Color

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

This div border color is #d27fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27fde


Comments

No comments written yet.

Please login to write comment.