Color Hex Logo

#85284b Color Hex

#85284B
(133,40,75)
0 Favorites   0 Comments

Color spaces of #85284b

RGB 1334075
HSL0.940.540.34
HSV337°70°52°
CMYK 0.000.700.44   0.48
XYZ11.70177.01217.3933
Yxy7.01210.44820.2686
Hunter Lab26.480432.53871.9825
CIE-Lab31.834442.55400.8796

#85284b color RGB value is (133,40,75).

#85284b hex color red value is 133, green value is 40 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #85284b hue: 0.94 , saturation: 0.54 and the lightness value of 85284b is 0.34.

The process color (four color CMYK) of #85284b color hex is 0.00, 0.70, 0.44, 0.48. Web safe color of #85284b is #993333. Color #85284b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101000 01001011
Octal 205 50 113
Decimal 133 40 75
Hex 85 28 4B

RGB Percentages of Color #85284b

%53.63
%16.13
%30.24

CMYK Percentages of Color #85284b

%0
%70
%44
%48

Triadic Colors of #85284b

#85284b #4b8528 #284b85

Analogous Colors of #85284b

#85284b #853428 #85287a

Monochromatic Colors of #85284b

#85284b

Complementary Color

#85284b #288562

#85284b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85284b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85284b Color CSS Codes

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

#85284b Text Font Color

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

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


#85284b Background Color

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

This div background color is #85284b


#85284b Border Color

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

This div border color is #85284b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85284b


Comments

No comments written yet.

Please login to write comment.