Color Hex Logo

#852fbf Color Hex

#852FBF
(133,47,191)
0 Favorites   0 Comments

Color spaces of #852fbf

RGB 13347191
HSL0.770.610.47
HSV276°75°75°
CMYK 0.300.750.00   0.25
XYZ20.093410.781250.3122
Yxy10.78120.24750.1328
Hunter Lab32.834751.7733-67.8649
CIE-Lab39.209559.8855-59.4320

#852fbf color RGB value is (133,47,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101111 10111111
Octal 205 57 277
Decimal 133 47 191
Hex 85 2F BF

RGB Percentages of Color #852fbf

%35.85
%12.67
%51.48

CMYK Percentages of Color #852fbf

%30
%75
%0
%25

Triadic Colors of #852fbf

#852fbf #bf852f #2fbf85

Analogous Colors of #852fbf

#852fbf #bf2fb1 #3d2fbf

Monochromatic Colors of #852fbf

#852fbf

Complementary Color

#852fbf #69bf2f

#852fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#852fbf Color CSS Codes

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

#852fbf Text Font Color

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

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


#852fbf Background Color

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

This div background color is #852fbf


#852fbf Border Color

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

This div border color is #852fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852fbf


Comments

No comments written yet.

Please login to write comment.