Color Hex Logo

#852ced Color Hex

#852CED
(133,44,237)
0 Favorites   0 Comments

Color spaces of #852ced

RGB 13344237
HSL0.740.840.55
HSV268°81°93°
CMYK 0.440.810.00   0.07
XYZ25.859612.902381.2482
Yxy12.90230.21550.1075
Hunter Lab35.919865.6473-108.9663
CIE-Lab42.615771.3359-80.3429

#852ced color RGB value is (133,44,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101100 11101101
Octal 205 54 355
Decimal 133 44 237
Hex 85 2C ED

RGB Percentages of Color #852ced

%32.13
%10.63
%57.25

CMYK Percentages of Color #852ced

%44
%81
%0
%7

Triadic Colors of #852ced

#852ced #ed852c #2ced85

Analogous Colors of #852ced

#852ced #e62ced #2c33ed

Monochromatic Colors of #852ced

#852ced

Complementary Color

#852ced #94ed2c

#852ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#852ced Color CSS Codes

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

#852ced Text Font Color

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

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


#852ced Background Color

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

This div background color is #852ced


#852ced Border Color

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

This div border color is #852ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,44,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 #852ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852ced


Comments

No comments written yet.

Please login to write comment.