Color Hex Logo

#6542eb Color Hex

#6542EB
(101,66,235)
0 Favorites   0 Comments

Color spaces of #6542eb

RGB 10166235
HSL0.700.810.59
HSV252°72°92°
CMYK 0.570.720.00   0.08
XYZ22.310412.661379.8652
Yxy12.66130.19430.1103
Hunter Lab35.582749.6499-108.1681
CIE-Lab42.248457.3614-79.9410

#6542eb color RGB value is (101,66,235).

#6542eb hex color red value is 101, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6542eb hue: 0.70 , saturation: 0.81 and the lightness value of 6542eb is 0.59.

The process color (four color CMYK) of #6542eb color hex is 0.57, 0.72, 0.00, 0.08. Web safe color of #6542eb is #6633ff. Color #6542eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01000010 11101011
Octal 145 102 353
Decimal 101 66 235
Hex 65 42 EB

RGB Percentages of Color #6542eb

%25.12
%16.42
%58.46

CMYK Percentages of Color #6542eb

%57
%72
%0
%8

Triadic Colors of #6542eb

#6542eb #eb6542 #42eb65

Analogous Colors of #6542eb

#6542eb #ba42eb #4274eb

Monochromatic Colors of #6542eb

#6542eb

Complementary Color

#6542eb #c8eb42

#6542eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6542eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6542eb Color CSS Codes

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

#6542eb Text Font Color

<p style="color:#6542eb">Text here</p>

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


#6542eb Background Color

<div style="background-color:#6542eb">
Div content here</div>

This div background color is #6542eb


#6542eb Border Color

<div style="border:3px solid #6542eb">
Div here</div>

This div border color is #6542eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,66,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6542eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6542eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6542eb;
  box-shadow:         1px 1px 3px 2px #6542eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,66,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6542eb


Comments

No comments written yet.

Please login to write comment.