Color Hex Logo

#6330af Color Hex

#6330AF
(99,48,175)
0 Favorites   0 Comments

Color spaces of #6330af

RGB 9948175
HSL0.730.570.44
HSV264°73°69°
CMYK 0.430.730.00   0.31
XYZ13.94047.861741.3402
Yxy7.86170.22080.1245
Hunter Lab28.038739.6795-67.7899
CIE-Lab33.693249.4883-59.1440

#6330af color RGB value is (99,48,175).

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

The process color (four color CMYK) of #6330af color hex is 0.43, 0.73, 0.00, 0.31. Web safe color of #6330af is #663399. Color #6330af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110000 10101111
Octal 143 60 257
Decimal 99 48 175
Hex 63 30 AF

RGB Percentages of Color #6330af

%30.75
%14.91
%54.35

CMYK Percentages of Color #6330af

%43
%73
%0
%31

Triadic Colors of #6330af

#6330af #af6330 #30af63

Analogous Colors of #6330af

#6330af #a330af #303daf

Monochromatic Colors of #6330af

#6330af

Complementary Color

#6330af #7caf30

#6330af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6330af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6330af Color CSS Codes

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

#6330af Text Font Color

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

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


#6330af Background Color

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

This div background color is #6330af


#6330af Border Color

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

This div border color is #6330af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,48,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 #6330af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6330af


Comments

No comments written yet.

Please login to write comment.