Color Hex Logo

#85148a Color Hex

#85148A
(133,20,138)
0 Favorites   0 Comments

Color spaces of #85148a

RGB 13320138
HSL0.830.750.31
HSV297°86°54°
CMYK 0.040.860.00   0.46
XYZ14.51057.321824.6932
Yxy7.32180.31190.1574
Hunter Lab27.058848.3690-35.1654
CIE-Lab32.528558.0549-38.2952

#85148a color RGB value is (133,20,138).

#85148a hex color red value is 133, green value is 20 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #85148a hue: 0.83 , saturation: 0.75 and the lightness value of 85148a is 0.31.

The process color (four color CMYK) of #85148a color hex is 0.04, 0.86, 0.00, 0.46. Web safe color of #85148a is #990099. Color #85148a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010100 10001010
Octal 205 24 212
Decimal 133 20 138
Hex 85 14 8A

RGB Percentages of Color #85148a

%45.70
%6.87
%47.42

CMYK Percentages of Color #85148a

%4
%86
%0
%46

Triadic Colors of #85148a

#85148a #8a8514 #148a85

Analogous Colors of #85148a

#85148a #8a1454 #4a148a

Monochromatic Colors of #85148a

#85148a

Complementary Color

#85148a #198a14

#85148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85148a Color CSS Codes

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

#85148a Text Font Color

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

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


#85148a Background Color

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

This div background color is #85148a


#85148a Border Color

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

This div border color is #85148a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,20,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85148a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85148a;
  -webkit-box-shadow: 1px 1px 3px 2px #85148a;
  box-shadow:         1px 1px 3px 2px #85148a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85148a


Comments

No comments written yet.

Please login to write comment.