Color Hex Logo

#852aed Color Hex

#852AED
(133,42,237)
0 Favorites   0 Comments

Color spaces of #852aed

RGB 13342237
HSL0.740.840.55
HSV268°82°93°
CMYK 0.440.820.00   0.07
XYZ25.786912.756981.2240
Yxy12.75690.21530.1065
Hunter Lab35.716866.3694-109.8303
CIE-Lab42.394671.9847-80.7060

#852aed color RGB value is (133,42,237).

#852aed hex color red value is 133, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #852aed hue: 0.74 , saturation: 0.84 and the lightness value of 852aed is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101010 11101101
Octal 205 52 355
Decimal 133 42 237
Hex 85 2A ED

RGB Percentages of Color #852aed

%32.28
%10.19
%57.52

CMYK Percentages of Color #852aed

%44
%82
%0
%7

Triadic Colors of #852aed

#852aed #ed852a #2aed85

Analogous Colors of #852aed

#852aed #e72aed #2a30ed

Monochromatic Colors of #852aed

#852aed

Complementary Color

#852aed #92ed2a

#852aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#852aed Color CSS Codes

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

#852aed Text Font Color

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

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


#852aed Background Color

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

This div background color is #852aed


#852aed Border Color

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

This div border color is #852aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852aed


Comments

No comments written yet.

Please login to write comment.