Color Hex Logo

#6024bd Color Hex

#6024BD
(96,36,189)
0 Favorites   0 Comments

Color spaces of #6024bd

RGB 9636189
HSL0.730.680.44
HSV264°81°74°
CMYK 0.490.810.00   0.26
XYZ14.64017.422748.8052
Yxy7.42270.20660.1047
Hunter Lab27.244648.2402-87.1390
CIE-Lab32.750457.8916-69.0088

#6024bd color RGB value is (96,36,189).

#6024bd hex color red value is 96, green value is 36 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6024bd hue: 0.73 , saturation: 0.68 and the lightness value of 6024bd is 0.44.

The process color (four color CMYK) of #6024bd color hex is 0.49, 0.81, 0.00, 0.26. Web safe color of #6024bd is #6633cc. Color #6024bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100100 10111101
Octal 140 44 275
Decimal 96 36 189
Hex 60 24 BD

RGB Percentages of Color #6024bd

%29.91
%11.21
%58.88

CMYK Percentages of Color #6024bd

%49
%81
%0
%26

Triadic Colors of #6024bd

#6024bd #bd6024 #24bd60

Analogous Colors of #6024bd

#6024bd #ad24bd #2434bd

Monochromatic Colors of #6024bd

#6024bd

Complementary Color

#6024bd #81bd24

#6024bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6024bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6024bd Color CSS Codes

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

#6024bd Text Font Color

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

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


#6024bd Background Color

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

This div background color is #6024bd


#6024bd Border Color

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

This div border color is #6024bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6024bd


Comments

No comments written yet.

Please login to write comment.