Color Hex Logo

#85233b Color Hex

#85233B
(133,35,59)
0 Favorites   0 Comments

Color spaces of #85233b

RGB 1333559
HSL0.960.580.33
HSV345°74°52°
CMYK 0.000.740.56   0.48
XYZ11.06336.50444.8100
Yxy6.50440.49440.2907
Hunter Lab25.503732.80036.6705
CIE-Lab30.650943.04709.7317

#85233b color RGB value is (133,35,59).

#85233b hex color red value is 133, green value is 35 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #85233b hue: 0.96 , saturation: 0.58 and the lightness value of 85233b is 0.33.

The process color (four color CMYK) of #85233b color hex is 0.00, 0.74, 0.56, 0.48. Web safe color of #85233b is #993333. Color #85233b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100011 00111011
Octal 205 43 73
Decimal 133 35 59
Hex 85 23 3B

RGB Percentages of Color #85233b

%58.59
%15.42
%25.99

CMYK Percentages of Color #85233b

%0
%74
%56
%48

Triadic Colors of #85233b

#85233b #3b8523 #233b85

Analogous Colors of #85233b

#85233b #853c23 #85236c

Monochromatic Colors of #85233b

#85233b

Complementary Color

#85233b #23856d

#85233b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85233b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85233b Color CSS Codes

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

#85233b Text Font Color

<p style="color:#85233b">Text here</p>

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


#85233b Background Color

<div style="background-color:#85233b">
Div content here</div>

This div background color is #85233b


#85233b Border Color

<div style="border:3px solid #85233b">
Div here</div>

This div border color is #85233b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85233b


Comments

No comments written yet.

Please login to write comment.