Color Hex Logo

#852fbd Color Hex

#852FBD
(133,47,189)
0 Favorites   0 Comments

Color spaces of #852fbd

RGB 13347189
HSL0.770.600.46
HSV276°75°74°
CMYK 0.300.750.00   0.26
XYZ19.874710.693749.1607
Yxy10.69370.24930.1341
Hunter Lab32.701251.2591-66.2415
CIE-Lab39.059759.4464-58.5015

#852fbd color RGB value is (133,47,189).

#852fbd hex color red value is 133, green value is 47 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #852fbd hue: 0.77 , saturation: 0.60 and the lightness value of 852fbd is 0.46.

The process color (four color CMYK) of #852fbd color hex is 0.30, 0.75, 0.00, 0.26. Web safe color of #852fbd is #9933cc. Color #852fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101111 10111101
Octal 205 57 275
Decimal 133 47 189
Hex 85 2F BD

RGB Percentages of Color #852fbd

%36.04
%12.74
%51.22

CMYK Percentages of Color #852fbd

%30
%75
%0
%26

Triadic Colors of #852fbd

#852fbd #bd852f #2fbd85

Analogous Colors of #852fbd

#852fbd #bd2fae #3e2fbd

Monochromatic Colors of #852fbd

#852fbd

Complementary Color

#852fbd #67bd2f

#852fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#852fbd Color CSS Codes

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

#852fbd Text Font Color

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

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


#852fbd Background Color

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

This div background color is #852fbd


#852fbd Border Color

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

This div border color is #852fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,47,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #852fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #852fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #852fbd;
  box-shadow:         1px 1px 3px 2px #852fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852fbd


Comments

No comments written yet.

Please login to write comment.