Color Hex Logo

#6026ef Color Hex

#6026EF
(96,38,239)
0 Favorites   0 Comments

Color spaces of #6026ef

RGB 9638239
HSL0.710.860.54
HSV257°84°94°
CMYK 0.600.840.00   0.06
XYZ21.097010.105082.4999
Yxy10.10500.18550.0889
Hunter Lab31.788462.8356-131.6227
CIE-Lab38.030269.8471-89.1757

#6026ef color RGB value is (96,38,239).

#6026ef hex color red value is 96, green value is 38 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6026ef hue: 0.71 , saturation: 0.86 and the lightness value of 6026ef is 0.54.

The process color (four color CMYK) of #6026ef color hex is 0.60, 0.84, 0.00, 0.06. Web safe color of #6026ef is #6633ff. Color #6026ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100110 11101111
Octal 140 46 357
Decimal 96 38 239
Hex 60 26 EF

RGB Percentages of Color #6026ef

%25.74
%10.19
%64.08

CMYK Percentages of Color #6026ef

%60
%84
%0
%6

Triadic Colors of #6026ef

#6026ef #ef6026 #26ef60

Analogous Colors of #6026ef

#6026ef #c526ef #2650ef

Monochromatic Colors of #6026ef

#6026ef

Complementary Color

#6026ef #b5ef26

#6026ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6026ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6026ef Color CSS Codes

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

#6026ef Text Font Color

<p style="color:#6026ef">Text here</p>

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


#6026ef Background Color

<div style="background-color:#6026ef">
Div content here</div>

This div background color is #6026ef


#6026ef Border Color

<div style="border:3px solid #6026ef">
Div here</div>

This div border color is #6026ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,38,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6026ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6026ef;
  -webkit-box-shadow: 1px 1px 3px 2px #6026ef;
  box-shadow:         1px 1px 3px 2px #6026ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6026ef


Comments

No comments written yet.

Please login to write comment.