Color Hex Logo

#852dcb Color Hex

#852DCB
(133,45,203)
0 Favorites   0 Comments

Color spaces of #852dcb

RGB 13345203
HSL0.760.640.49
HSV273°78°80°
CMYK 0.340.780.00   0.20
XYZ21.390711.175157.5295
Yxy11.17510.23740.1240
Hunter Lab33.429255.7177-78.6339
CIE-Lab39.873863.2989-65.3522

#852dcb color RGB value is (133,45,203).

#852dcb hex color red value is 133, green value is 45 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #852dcb hue: 0.76 , saturation: 0.64 and the lightness value of 852dcb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101101 11001011
Octal 205 55 313
Decimal 133 45 203
Hex 85 2D CB

RGB Percentages of Color #852dcb

%34.91
%11.81
%53.28

CMYK Percentages of Color #852dcb

%34
%78
%0
%20

Triadic Colors of #852dcb

#852dcb #cb852d #2dcb85

Analogous Colors of #852dcb

#852dcb #cb2dc2 #362dcb

Monochromatic Colors of #852dcb

#852dcb

Complementary Color

#852dcb #73cb2d

#852dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#852dcb Color CSS Codes

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

#852dcb Text Font Color

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

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


#852dcb Background Color

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

This div background color is #852dcb


#852dcb Border Color

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

This div border color is #852dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852dcb


Comments

No comments written yet.

Please login to write comment.