Color Hex Logo

#6023ce Color Hex

#6023CE
(96,35,206)
0 Favorites   0 Comments

Color spaces of #6023ce

RGB 9635206
HSL0.730.710.47
HSV261°83°81°
CMYK 0.530.830.00   0.19
XYZ16.56558.145159.0916
Yxy8.14510.19770.0972
Hunter Lab28.539653.6640-102.7829
CIE-Lab34.283362.5539-76.4415

#6023ce color RGB value is (96,35,206).

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

The process color (four color CMYK) of #6023ce color hex is 0.53, 0.83, 0.00, 0.19. Web safe color of #6023ce is #6633cc. Color #6023ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100011 11001110
Octal 140 43 316
Decimal 96 35 206
Hex 60 23 CE

RGB Percentages of Color #6023ce

%28.49
%10.39
%61.13

CMYK Percentages of Color #6023ce

%53
%83
%0
%19

Triadic Colors of #6023ce

#6023ce #ce6023 #23ce60

Analogous Colors of #6023ce

#6023ce #b623ce #233cce

Monochromatic Colors of #6023ce

#6023ce

Complementary Color

#6023ce #91ce23

#6023ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6023ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6023ce Color CSS Codes

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

#6023ce Text Font Color

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

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


#6023ce Background Color

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

This div background color is #6023ce


#6023ce Border Color

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

This div border color is #6023ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6023ce


Comments

No comments written yet.

Please login to write comment.