Color Hex Logo

#d37afa Color Hex

#D37AFA
(211,122,250)
0 Favorites   0 Comments

Color spaces of #d37afa

RGB 211122250
HSL0.780.930.73
HSV282°51°98°
CMYK 0.160.510.00   0.02
XYZ51.078834.670194.4423
Yxy34.67010.28350.1924
Hunter Lab58.881351.8042-53.8809
CIE-Lab65.491055.2552-50.2340

#d37afa color RGB value is (211,122,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111010 11111010
Octal 323 172 372
Decimal 211 122 250
Hex D3 7A FA

RGB Percentages of Color #d37afa

%36.19
%20.93
%42.88

CMYK Percentages of Color #d37afa

%16
%51
%0
%2

Triadic Colors of #d37afa

#d37afa #fad37a #7afad3

Analogous Colors of #d37afa

#d37afa #fa7ae1 #937afa

Monochromatic Colors of #d37afa

#d37afa

Complementary Color

#d37afa #a1fa7a

#d37afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37afa Color CSS Codes

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

#d37afa Text Font Color

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

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


#d37afa Background Color

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

This div background color is #d37afa


#d37afa Border Color

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

This div border color is #d37afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37afa


Comments

No comments written yet.

Please login to write comment.