Color Hex Logo

#852dd1 Color Hex

#852DD1
(133,45,209)
0 Favorites   0 Comments

Color spaces of #852dd1

RGB 13345209
HSL0.760.650.50
HSV272°78°82°
CMYK 0.360.780.00   0.18
XYZ22.119911.466861.3691
Yxy11.46680.23290.1208
Hunter Lab33.862757.3408-83.7470
CIE-Lab40.355864.6388-68.0411

#852dd1 color RGB value is (133,45,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101101 11010001
Octal 205 55 321
Decimal 133 45 209
Hex 85 2D D1

RGB Percentages of Color #852dd1

%34.37
%11.63
%54.01

CMYK Percentages of Color #852dd1

%36
%78
%0
%18

Triadic Colors of #852dd1

#852dd1 #d1852d #2dd185

Analogous Colors of #852dd1

#852dd1 #d12dcb #332dd1

Monochromatic Colors of #852dd1

#852dd1

Complementary Color

#852dd1 #79d12d

#852dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852dd1 Color CSS Codes

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

#852dd1 Text Font Color

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

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


#852dd1 Background Color

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

This div background color is #852dd1


#852dd1 Border Color

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

This div border color is #852dd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852dd1


Comments

No comments written yet.

Please login to write comment.