Color Hex Logo

#d27ffe Color Hex

#D27FFE
(210,127,254)
0 Favorites   0 Comments

Color spaces of #d27ffe

RGB 210127254
HSL0.780.980.75
HSV279°50°100°
CMYK 0.170.500.00   0.00
XYZ52.057136.036197.9779
Yxy36.03610.27980.1937
Hunter Lab60.030149.7396-54.7489
CIE-Lab66.547553.2802-50.7636

#d27ffe color RGB value is (210,127,254).

#d27ffe hex color red value is 210, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d27ffe hue: 0.78 , saturation: 0.98 and the lightness value of d27ffe is 0.75.

The process color (four color CMYK) of #d27ffe color hex is 0.17, 0.50, 0.00, 0.00. Web safe color of #d27ffe is #cc66ff. Color #d27ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111111 11111110
Octal 322 177 376
Decimal 210 127 254
Hex D2 7F FE

RGB Percentages of Color #d27ffe

%35.53
%21.49
%42.98

CMYK Percentages of Color #d27ffe

%17
%50
%0
%0

Triadic Colors of #d27ffe

#d27ffe #fed27f #7ffed2

Analogous Colors of #d27ffe

#d27ffe #fe7feb #937ffe

Monochromatic Colors of #d27ffe

#d27ffe

Complementary Color

#d27ffe #abfe7f

#d27ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27ffe Color CSS Codes

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

#d27ffe Text Font Color

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

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


#d27ffe Background Color

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

This div background color is #d27ffe


#d27ffe Border Color

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

This div border color is #d27ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27ffe


Comments

No comments written yet.

Please login to write comment.