Color Hex Logo

#853488 Color Hex

#853488
(133,52,136)
0 Favorites   0 Comments

Color spaces of #853488

RGB 13352136
HSL0.830.450.37
HSV298°62°53°
CMYK 0.020.620.00   0.47
XYZ15.34489.220124.2634
Yxy9.22010.31430.1888
Hunter Lab30.364637.0671-26.1215
CIE-Lab36.404746.3740-30.9005

#853488 color RGB value is (133,52,136).

#853488 hex color red value is 133, green value is 52 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #853488 hue: 0.83 , saturation: 0.45 and the lightness value of 853488 is 0.37.

The process color (four color CMYK) of #853488 color hex is 0.02, 0.62, 0.00, 0.47. Web safe color of #853488 is #993399. Color #853488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110100 10001000
Octal 205 64 210
Decimal 133 52 136
Hex 85 34 88

RGB Percentages of Color #853488

%41.43
%16.20
%42.37

CMYK Percentages of Color #853488

%2
%62
%0
%47

Triadic Colors of #853488

#853488 #888534 #348885

Analogous Colors of #853488

#853488 #883461 #5b3488

Monochromatic Colors of #853488

#853488

Complementary Color

#853488 #378834

#853488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853488 Color CSS Codes

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

#853488 Text Font Color

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

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


#853488 Background Color

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

This div background color is #853488


#853488 Border Color

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

This div border color is #853488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853488


Comments

No comments written yet.

Please login to write comment.