Color Hex Logo

#6024ef Color Hex

#6024EF
(96,36,239)
0 Favorites   0 Comments

Color spaces of #6024ef

RGB 9636239
HSL0.720.860.54
HSV258°85°94°
CMYK 0.600.850.00   0.06
XYZ21.03479.980582.4791
Yxy9.98050.18530.0879
Hunter Lab31.591963.5639-132.6779
CIE-Lab37.807470.5092-89.5445

#6024ef color RGB value is (96,36,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100100 11101111
Octal 140 44 357
Decimal 96 36 239
Hex 60 24 EF

RGB Percentages of Color #6024ef

%25.88
%9.70
%64.42

CMYK Percentages of Color #6024ef

%60
%85
%0
%6

Triadic Colors of #6024ef

#6024ef #ef6024 #24ef60

Analogous Colors of #6024ef

#6024ef #c624ef #244eef

Monochromatic Colors of #6024ef

#6024ef

Complementary Color

#6024ef #b3ef24

#6024ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6024ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6024ef Color CSS Codes

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

#6024ef Text Font Color

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

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


#6024ef Background Color

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

This div background color is #6024ef


#6024ef Border Color

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

This div border color is #6024ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6024ef


Comments

No comments written yet.

Please login to write comment.