Color Hex Logo

#85238c Color Hex

#85238C
(133,35,140)
0 Favorites   0 Comments

Color spaces of #85238c

RGB 13335140
HSL0.820.600.34
HSV296°75°55°
CMYK 0.050.750.00   0.45
XYZ15.00758.082125.5800
Yxy8.08210.30840.1661
Hunter Lab28.429044.4782-33.4479
CIE-Lab34.153354.0685-36.9369

#85238c color RGB value is (133,35,140).

#85238c hex color red value is 133, green value is 35 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #85238c hue: 0.82 , saturation: 0.60 and the lightness value of 85238c is 0.34.

The process color (four color CMYK) of #85238c color hex is 0.05, 0.75, 0.00, 0.45. Web safe color of #85238c is #993399. Color #85238c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100011 10001100
Octal 205 43 214
Decimal 133 35 140
Hex 85 23 8C

RGB Percentages of Color #85238c

%43.18
%11.36
%45.45

CMYK Percentages of Color #85238c

%5
%75
%0
%45

Triadic Colors of #85238c

#85238c #8c8523 #238c85

Analogous Colors of #85238c

#85238c #8c235f #50238c

Monochromatic Colors of #85238c

#85238c

Complementary Color

#85238c #2a8c23

#85238c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85238c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85238c Color CSS Codes

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

#85238c Text Font Color

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

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


#85238c Background Color

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

This div background color is #85238c


#85238c Border Color

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

This div border color is #85238c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,35,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85238c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85238c;
  -webkit-box-shadow: 1px 1px 3px 2px #85238c;
  box-shadow:         1px 1px 3px 2px #85238c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,35,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85238c


Comments

No comments written yet.

Please login to write comment.