Color Hex Logo

#8538df Color Hex

#8538DF
(133,56,223)
0 Favorites   0 Comments

Color spaces of #8538df

RGB 13356223
HSL0.740.720.55
HSV268°75°87°
CMYK 0.400.750.00   0.13
XYZ24.406313.142671.0625
Yxy13.14260.22470.1210
Hunter Lab36.252756.7287-90.8432
CIE-Lab42.977363.5903-71.7979

#8538df color RGB value is (133,56,223).

#8538df hex color red value is 133, green value is 56 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8538df hue: 0.74 , saturation: 0.72 and the lightness value of 8538df is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 11011111
Octal 205 70 337
Decimal 133 56 223
Hex 85 38 DF

RGB Percentages of Color #8538df

%32.28
%13.59
%54.13

CMYK Percentages of Color #8538df

%40
%75
%0
%13

Triadic Colors of #8538df

#8538df #df8538 #38df85

Analogous Colors of #8538df

#8538df #d938df #383fdf

Monochromatic Colors of #8538df

#8538df

Complementary Color

#8538df #92df38

#8538df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8538df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8538df Color CSS Codes

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

#8538df Text Font Color

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

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


#8538df Background Color

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

This div background color is #8538df


#8538df Border Color

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

This div border color is #8538df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8538df


Comments

No comments written yet.

Please login to write comment.