Color Hex Logo

#852efc Color Hex

#852EFC
(133,46,252)
0 Favorites   0 Comments

Color spaces of #852efc

RGB 13346252
HSL0.740.970.58
HSV265°82°99°
CMYK 0.470.820.00   0.01
XYZ28.220513.968893.3043
Yxy13.96880.20830.1031
Hunter Lab37.374969.3734-121.8519
CIE-Lab44.188274.1320-86.1939

#852efc color RGB value is (133,46,252).

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

The process color (four color CMYK) of #852efc color hex is 0.47, 0.82, 0.00, 0.01. Web safe color of #852efc is #9933ff. Color #852efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101110 11111100
Octal 205 56 374
Decimal 133 46 252
Hex 85 2E FC

RGB Percentages of Color #852efc

%30.86
%10.67
%58.47

CMYK Percentages of Color #852efc

%47
%82
%0
%1

Triadic Colors of #852efc

#852efc #fc852e #2efc85

Analogous Colors of #852efc

#852efc #ec2efc #2e3efc

Monochromatic Colors of #852efc

#852efc

Complementary Color

#852efc #a5fc2e

#852efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#852efc Color CSS Codes

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

#852efc Text Font Color

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

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


#852efc Background Color

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

This div background color is #852efc


#852efc Border Color

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

This div border color is #852efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852efc

Related Colors


Comments

No comments written yet.

Please login to write comment.