Color Hex Logo

#6029ce Color Hex

#6029CE
(96,41,206)
0 Favorites   0 Comments

Color spaces of #6029ce

RGB 9641206
HSL0.720.670.48
HSV260°80°81°
CMYK 0.530.800.00   0.19
XYZ16.75748.528959.1555
Yxy8.52890.19840.1010
Hunter Lab29.204351.3157-99.6534
CIE-Lab35.061060.2761-75.1594

#6029ce color RGB value is (96,41,206).

#6029ce hex color red value is 96, green value is 41 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6029ce hue: 0.72 , saturation: 0.67 and the lightness value of 6029ce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101001 11001110
Octal 140 51 316
Decimal 96 41 206
Hex 60 29 CE

RGB Percentages of Color #6029ce

%27.99
%11.95
%60.06

CMYK Percentages of Color #6029ce

%53
%80
%0
%19

Triadic Colors of #6029ce

#6029ce #ce6029 #29ce60

Analogous Colors of #6029ce

#6029ce #b329ce #2945ce

Monochromatic Colors of #6029ce

#6029ce

Complementary Color

#6029ce #97ce29

#6029ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6029ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6029ce Color CSS Codes

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

#6029ce Text Font Color

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

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


#6029ce Background Color

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

This div background color is #6029ce


#6029ce Border Color

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

This div border color is #6029ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6029ce


Comments

No comments written yet.

Please login to write comment.