Color Hex Logo

#6558ec Color Hex

#6558EC
(101,88,236)
0 Favorites   0 Comments

Color spaces of #6558ec

RGB 10188236
HSL0.680.800.64
HSV245°63°93°
CMYK 0.570.630.00   0.07
XYZ23.996915.802381.1423
Yxy15.80230.19840.1307
Hunter Lab39.752138.1878-93.1967
CIE-Lab46.714045.6968-73.1979

#6558ec color RGB value is (101,88,236).

#6558ec hex color red value is 101, green value is 88 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6558ec hue: 0.68 , saturation: 0.80 and the lightness value of 6558ec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011000 11101100
Octal 145 130 354
Decimal 101 88 236
Hex 65 58 EC

RGB Percentages of Color #6558ec

%23.76
%20.71
%55.53

CMYK Percentages of Color #6558ec

%57
%63
%0
%7

Triadic Colors of #6558ec

#6558ec #ec6558 #58ec65

Analogous Colors of #6558ec

#6558ec #af58ec #5895ec

Monochromatic Colors of #6558ec

#6558ec

Complementary Color

#6558ec #dfec58

#6558ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6558ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6558ec Color CSS Codes

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

#6558ec Text Font Color

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

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


#6558ec Background Color

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

This div background color is #6558ec


#6558ec Border Color

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

This div border color is #6558ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,88,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 #6558ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6558ec


Comments

No comments written yet.

Please login to write comment.