Color Hex Logo

#852bcc Color Hex

#852BCC
(133,43,204)
0 Favorites   0 Comments

Color spaces of #852bcc

RGB 13343204
HSL0.760.650.48
HSV274°79°80°
CMYK 0.350.790.00   0.20
XYZ21.435811.073958.1344
Yxy11.07390.23650.1222
Hunter Lab33.277556.7458-80.2830
CIE-Lab39.704764.2417-66.2086

#852bcc color RGB value is (133,43,204).

#852bcc hex color red value is 133, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #852bcc hue: 0.76 , saturation: 0.65 and the lightness value of 852bcc is 0.48.

The process color (four color CMYK) of #852bcc color hex is 0.35, 0.79, 0.00, 0.20. Web safe color of #852bcc is #9933cc. Color #852bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101011 11001100
Octal 205 53 314
Decimal 133 43 204
Hex 85 2B CC

RGB Percentages of Color #852bcc

%35.00
%11.32
%53.68

CMYK Percentages of Color #852bcc

%35
%79
%0
%20

Triadic Colors of #852bcc

#852bcc #cc852b #2bcc85

Analogous Colors of #852bcc

#852bcc #cc2bc3 #352bcc

Monochromatic Colors of #852bcc

#852bcc

Complementary Color

#852bcc #72cc2b

#852bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#852bcc Color CSS Codes

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

#852bcc Text Font Color

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

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


#852bcc Background Color

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

This div background color is #852bcc


#852bcc Border Color

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

This div border color is #852bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852bcc


Comments

No comments written yet.

Please login to write comment.