Color Hex Logo

#6023dc Color Hex

#6023DC
(96,35,220)
0 Favorites   0 Comments

Color spaces of #6023dc

RGB 9635220
HSL0.720.730.50
HSV260°84°86°
CMYK 0.560.840.00   0.14
XYZ18.34328.856268.4528
Yxy8.85620.19180.0926
Hunter Lab29.759457.9457-115.5479
CIE-Lab35.705966.0748-82.1846

#6023dc color RGB value is (96,35,220).

#6023dc hex color red value is 96, green value is 35 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6023dc hue: 0.72 , saturation: 0.73 and the lightness value of 6023dc is 0.50.

The process color (four color CMYK) of #6023dc color hex is 0.56, 0.84, 0.00, 0.14. Web safe color of #6023dc is #6633cc. Color #6023dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100011 11011100
Octal 140 43 334
Decimal 96 35 220
Hex 60 23 DC

RGB Percentages of Color #6023dc

%27.35
%9.97
%62.68

CMYK Percentages of Color #6023dc

%56
%84
%0
%14

Triadic Colors of #6023dc

#6023dc #dc6023 #23dc60

Analogous Colors of #6023dc

#6023dc #bd23dc #2343dc

Monochromatic Colors of #6023dc

#6023dc

Complementary Color

#6023dc #9fdc23

#6023dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6023dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6023dc Color CSS Codes

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

#6023dc Text Font Color

<p style="color:#6023dc">Text here</p>

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


#6023dc Background Color

<div style="background-color:#6023dc">
Div content here</div>

This div background color is #6023dc


#6023dc Border Color

<div style="border:3px solid #6023dc">
Div here</div>

This div border color is #6023dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,35,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6023dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6023dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6023dc;
  box-shadow:         1px 1px 3px 2px #6023dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6023dc


Comments

No comments written yet.

Please login to write comment.