Color Hex Logo

#6033ce Color Hex

#6033CE
(96,51,206)
0 Favorites   0 Comments

Color spaces of #6033ce

RGB 9651206
HSL0.720.610.50
HSV257°75°81°
CMYK 0.530.750.00   0.19
XYZ17.14839.310759.2858
Yxy9.31070.20000.1086
Hunter Lab30.513446.9170-93.8375
CIE-Lab36.575755.9102-72.6675

#6033ce color RGB value is (96,51,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110011 11001110
Octal 140 63 316
Decimal 96 51 206
Hex 60 33 CE

RGB Percentages of Color #6033ce

%27.20
%14.45
%58.36

CMYK Percentages of Color #6033ce

%53
%75
%0
%19

Triadic Colors of #6033ce

#6033ce #ce6033 #33ce60

Analogous Colors of #6033ce

#6033ce #ae33ce #3353ce

Monochromatic Colors of #6033ce

#6033ce

Complementary Color

#6033ce #a1ce33

#6033ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6033ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6033ce Color CSS Codes

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

#6033ce Text Font Color

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

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


#6033ce Background Color

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

This div background color is #6033ce


#6033ce Border Color

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

This div border color is #6033ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6033ce


Comments

No comments written yet.

Please login to write comment.