Color Hex Logo

#85029d Color Hex

#85029D
(133,2,157)
0 Favorites   0 Comments

Color spaces of #85029d

RGB 1332157
HSL0.810.970.31
HSV291°99°62°
CMYK 0.150.990.00   0.38
XYZ15.78047.464332.5073
Yxy7.46430.28300.1339
Hunter Lab27.320955.2892-51.4206
CIE-Lab32.841464.2852-49.4617

#85029d color RGB value is (133,2,157).

#85029d hex color red value is 133, green value is 2 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #85029d hue: 0.81 , saturation: 0.97 and the lightness value of 85029d is 0.31.

The process color (four color CMYK) of #85029d color hex is 0.15, 0.99, 0.00, 0.38. Web safe color of #85029d is #990099. Color #85029d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000010 10011101
Octal 205 2 235
Decimal 133 2 157
Hex 85 2 9D

RGB Percentages of Color #85029d

%45.55
%0.68
%53.77

CMYK Percentages of Color #85029d

%15
%99
%0
%38

Triadic Colors of #85029d

#85029d #9d8502 #029d85

Analogous Colors of #85029d

#85029d #9d0268 #38029d

Monochromatic Colors of #85029d

#85029d

Complementary Color

#85029d #1a9d02

#85029d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85029d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85029d Color CSS Codes

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

#85029d Text Font Color

<p style="color:#85029d">Text here</p>

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


#85029d Background Color

<div style="background-color:#85029d">
Div content here</div>

This div background color is #85029d


#85029d Border Color

<div style="border:3px solid #85029d">
Div here</div>

This div border color is #85029d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,2,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85029d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85029d;
  -webkit-box-shadow: 1px 1px 3px 2px #85029d;
  box-shadow:         1px 1px 3px 2px #85029d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85029d


Comments

No comments written yet.

Please login to write comment.