Color Hex Logo

#6005eb Color Hex

#6005EB
(96,5,235)
0 Favorites   0 Comments

Color spaces of #6005eb

RGB 965235
HSL0.730.960.47
HSV264°98°92°
CMYK 0.590.980.00   0.08
XYZ19.87358.593579.2085
Yxy8.59350.18460.0798
Hunter Lab29.314769.7111-139.6818
CIE-Lab35.189676.1222-91.6157

#6005eb color RGB value is (96,5,235).

#6005eb hex color red value is 96, green value is 5 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6005eb hue: 0.73 , saturation: 0.96 and the lightness value of 6005eb is 0.47.

The process color (four color CMYK) of #6005eb color hex is 0.59, 0.98, 0.00, 0.08. Web safe color of #6005eb is #6600ff. Color #6005eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000101 11101011
Octal 140 5 353
Decimal 96 5 235
Hex 60 5 EB

RGB Percentages of Color #6005eb

%28.57
%1.49
%69.94

CMYK Percentages of Color #6005eb

%59
%98
%0
%8

Triadic Colors of #6005eb

#6005eb #eb6005 #05eb60

Analogous Colors of #6005eb

#6005eb #d305eb #051deb

Monochromatic Colors of #6005eb

#6005eb

Complementary Color

#6005eb #90eb05

#6005eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6005eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6005eb Color CSS Codes

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

#6005eb Text Font Color

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

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


#6005eb Background Color

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

This div background color is #6005eb


#6005eb Border Color

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

This div border color is #6005eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,5,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 #6005eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6005eb


Comments

No comments written yet.

Please login to write comment.