Color Hex Logo

#6051ea Color Hex

#6051EA
(96,81,234)
0 Favorites   0 Comments

Color spaces of #6051ea

RGB 9681234
HSL0.680.780.62
HSV246°65°92°
CMYK 0.590.650.00   0.08
XYZ22.617614.312279.4123
Yxy14.31220.19440.1230
Hunter Lab37.831540.5114-97.9740
CIE-Lab44.677448.3009-75.4115

#6051ea color RGB value is (96,81,234).

#6051ea hex color red value is 96, green value is 81 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6051ea hue: 0.68 , saturation: 0.78 and the lightness value of 6051ea is 0.62.

The process color (four color CMYK) of #6051ea color hex is 0.59, 0.65, 0.00, 0.08. Web safe color of #6051ea is #6666ff. Color #6051ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010001 11101010
Octal 140 121 352
Decimal 96 81 234
Hex 60 51 EA

RGB Percentages of Color #6051ea

%23.36
%19.71
%56.93

CMYK Percentages of Color #6051ea

%59
%65
%0
%8

Triadic Colors of #6051ea

#6051ea #ea6051 #51ea60

Analogous Colors of #6051ea

#6051ea #ad51ea #518fea

Monochromatic Colors of #6051ea

#6051ea

Complementary Color

#6051ea #dbea51

#6051ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6051ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6051ea Color CSS Codes

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

#6051ea Text Font Color

<p style="color:#6051ea">Text here</p>

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


#6051ea Background Color

<div style="background-color:#6051ea">
Div content here</div>

This div background color is #6051ea


#6051ea Border Color

<div style="border:3px solid #6051ea">
Div here</div>

This div border color is #6051ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,81,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6051ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6051ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6051ea;
  box-shadow:         1px 1px 3px 2px #6051ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,81,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6051ea


Comments

No comments written yet.

Please login to write comment.