Color Hex Logo

#85297c Color Hex

#85297C
(133,41,124)
0 Favorites   0 Comments

Color spaces of #85297c

RGB 13341124
HSL0.850.530.34
HSV306°69°52°
CMYK 0.000.690.07   0.48
XYZ14.10398.027719.8749
Yxy8.02770.33580.1911
Hunter Lab28.333239.2719-21.7569
CIE-Lab34.040549.0181-27.1751

#85297c color RGB value is (133,41,124).

#85297c hex color red value is 133, green value is 41 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #85297c hue: 0.85 , saturation: 0.53 and the lightness value of 85297c is 0.34.

The process color (four color CMYK) of #85297c color hex is 0.00, 0.69, 0.07, 0.48. Web safe color of #85297c is #993366. Color #85297c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101001 01111100
Octal 205 51 174
Decimal 133 41 124
Hex 85 29 7C

RGB Percentages of Color #85297c

%44.63
%13.76
%41.61

CMYK Percentages of Color #85297c

%0
%69
%7
%48

Triadic Colors of #85297c

#85297c #7c8529 #297c85

Analogous Colors of #85297c

#85297c #85294e #602985

Monochromatic Colors of #85297c

#85297c

Complementary Color

#85297c #298532

#85297c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85297c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85297c Color CSS Codes

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

#85297c Text Font Color

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

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


#85297c Background Color

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

This div background color is #85297c


#85297c Border Color

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

This div border color is #85297c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85297c


Comments

No comments written yet.

Please login to write comment.