Color Hex Logo

#6033af Color Hex

#6033AF
(96,51,175)
0 Favorites   0 Comments

Color spaces of #6033af

RGB 9651175
HSL0.730.550.44
HSV262°71°69°
CMYK 0.450.710.00   0.31
XYZ13.74567.949641.3674
Yxy7.94960.21800.1261
Hunter Lab28.195037.6807-67.2530
CIE-Lab33.877747.4590-58.8576

#6033af color RGB value is (96,51,175).

#6033af hex color red value is 96, green value is 51 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6033af hue: 0.73 , saturation: 0.55 and the lightness value of 6033af is 0.44.

The process color (four color CMYK) of #6033af color hex is 0.45, 0.71, 0.00, 0.31. Web safe color of #6033af is #663399. Color #6033af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110011 10101111
Octal 140 63 257
Decimal 96 51 175
Hex 60 33 AF

RGB Percentages of Color #6033af

%29.81
%15.84
%54.35

CMYK Percentages of Color #6033af

%45
%71
%0
%31

Triadic Colors of #6033af

#6033af #af6033 #33af60

Analogous Colors of #6033af

#6033af #9e33af #3344af

Monochromatic Colors of #6033af

#6033af

Complementary Color

#6033af #82af33

#6033af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6033af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6033af Color CSS Codes

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

#6033af Text Font Color

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

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


#6033af Background Color

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

This div background color is #6033af


#6033af Border Color

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

This div border color is #6033af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6033af


Comments

No comments written yet.

Please login to write comment.