Color Hex Logo

#d27afa Color Hex

#D27AFA
(210,122,250)
0 Favorites   0 Comments

Color spaces of #d27afa

RGB 210122250
HSL0.780.930.73
HSV281°51°98°
CMYK 0.160.510.00   0.02
XYZ50.793234.522894.4290
Yxy34.52280.28260.1921
Hunter Lab58.756151.4856-54.1578
CIE-Lab65.375454.9943-50.4243

#d27afa color RGB value is (210,122,250).

#d27afa hex color red value is 210, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d27afa hue: 0.78 , saturation: 0.93 and the lightness value of d27afa is 0.73.

The process color (four color CMYK) of #d27afa color hex is 0.16, 0.51, 0.00, 0.02. Web safe color of #d27afa is #cc66ff. Color #d27afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111010 11111010
Octal 322 172 372
Decimal 210 122 250
Hex D2 7A FA

RGB Percentages of Color #d27afa

%36.08
%20.96
%42.96

CMYK Percentages of Color #d27afa

%16
%51
%0
%2

Triadic Colors of #d27afa

#d27afa #fad27a #7afad2

Analogous Colors of #d27afa

#d27afa #fa7ae2 #927afa

Monochromatic Colors of #d27afa

#d27afa

Complementary Color

#d27afa #a2fa7a

#d27afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27afa Color CSS Codes

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

#d27afa Text Font Color

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

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


#d27afa Background Color

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

This div background color is #d27afa


#d27afa Border Color

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

This div border color is #d27afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27afa


Comments

No comments written yet.

Please login to write comment.