Color Hex Logo

#8948df Color Hex

#8948DF
(137,72,223)
0 Favorites   0 Comments

Color spaces of #8948df

RGB 13772223
HSL0.740.700.58
HSV266°68°87°
CMYK 0.390.680.00   0.13
XYZ25.953215.280871.3936
Yxy15.28080.23040.1357
Hunter Lab39.090750.1016-80.9214
CIE-Lab46.016457.0679-66.8271

#8948df color RGB value is (137,72,223).

#8948df hex color red value is 137, green value is 72 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8948df hue: 0.74 , saturation: 0.70 and the lightness value of 8948df is 0.58.

The process color (four color CMYK) of #8948df color hex is 0.39, 0.68, 0.00, 0.13. Web safe color of #8948df is #9933cc. Color #8948df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001000 11011111
Octal 211 110 337
Decimal 137 72 223
Hex 89 48 DF

RGB Percentages of Color #8948df

%31.71
%16.67
%51.62

CMYK Percentages of Color #8948df

%39
%68
%0
%13

Triadic Colors of #8948df

#8948df #df8948 #48df89

Analogous Colors of #8948df

#8948df #d548df #4853df

Monochromatic Colors of #8948df

#8948df

Complementary Color

#8948df #9edf48

#8948df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8948df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8948df Color CSS Codes

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

#8948df Text Font Color

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

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


#8948df Background Color

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

This div background color is #8948df


#8948df Border Color

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

This div border color is #8948df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,72,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8948df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8948df;
  -webkit-box-shadow: 1px 1px 3px 2px #8948df;
  box-shadow:         1px 1px 3px 2px #8948df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,72,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8948df


Comments

No comments written yet.

Please login to write comment.