Color Hex Logo

#852bff Color Hex

#852BFF
(133,43,255)
0 Favorites   0 Comments

Color spaces of #852bff

RGB 13343255
HSL0.741.000.58
HSV265°83°100°
CMYK 0.480.830.00   0.00
XYZ28.586713.934395.7906
Yxy13.93430.20670.1007
Hunter Lab37.328771.3720-126.0164
CIE-Lab44.138675.7824-87.9520

#852bff color RGB value is (133,43,255).

#852bff hex color red value is 133, green value is 43 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #852bff hue: 0.74 , saturation: 1.00 and the lightness value of 852bff is 0.58.

The process color (four color CMYK) of #852bff color hex is 0.48, 0.83, 0.00, 0.00. Web safe color of #852bff is #9933ff. Color #852bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101011 11111111
Octal 205 53 377
Decimal 133 43 255
Hex 85 2B FF

RGB Percentages of Color #852bff

%30.86
%9.98
%59.16

CMYK Percentages of Color #852bff

%48
%83
%0
%0

Triadic Colors of #852bff

#852bff #ff852b #2bff85

Analogous Colors of #852bff

#852bff #ef2bff #2b3bff

Monochromatic Colors of #852bff

#852bff

Complementary Color

#852bff #a5ff2b

#852bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#852bff Color CSS Codes

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

#852bff Text Font Color

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

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


#852bff Background Color

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

This div background color is #852bff


#852bff Border Color

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

This div border color is #852bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852bff


Comments

No comments written yet.

Please login to write comment.