Color Hex Logo

#6852ec Color Hex

#6852EC
(104,82,236)
0 Favorites   0 Comments

Color spaces of #6852ec

RGB 10482236
HSL0.690.800.62
HSV249°65°93°
CMYK 0.560.650.00   0.07
XYZ23.866515.033881.0008
Yxy15.03380.19910.1254
Hunter Lab38.773442.0199-96.7201
CIE-Lab45.680549.5784-74.8745

#6852ec color RGB value is (104,82,236).

#6852ec hex color red value is 104, green value is 82 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6852ec hue: 0.69 , saturation: 0.80 and the lightness value of 6852ec is 0.62.

The process color (four color CMYK) of #6852ec color hex is 0.56, 0.65, 0.00, 0.07. Web safe color of #6852ec is #6666ff. Color #6852ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010010 11101100
Octal 150 122 354
Decimal 104 82 236
Hex 68 52 EC

RGB Percentages of Color #6852ec

%24.64
%19.43
%55.92

CMYK Percentages of Color #6852ec

%56
%65
%0
%7

Triadic Colors of #6852ec

#6852ec #ec6852 #52ec68

Analogous Colors of #6852ec

#6852ec #b552ec #5289ec

Monochromatic Colors of #6852ec

#6852ec

Complementary Color

#6852ec #d6ec52

#6852ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6852ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6852ec Color CSS Codes

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

#6852ec Text Font Color

<p style="color:#6852ec">Text here</p>

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


#6852ec Background Color

<div style="background-color:#6852ec">
Div content here</div>

This div background color is #6852ec


#6852ec Border Color

<div style="border:3px solid #6852ec">
Div here</div>

This div border color is #6852ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,82,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6852ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6852ec;
  -webkit-box-shadow: 1px 1px 3px 2px #6852ec;
  box-shadow:         1px 1px 3px 2px #6852ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,82,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6852ec


Comments

No comments written yet.

Please login to write comment.