Color Hex Logo

#3303af Color Hex

#3303AF
(51,3,175)
0 Favorites   0 Comments

Color spaces of #3303af

RGB 513175
HSL0.710.970.35
HSV257°98°69°
CMYK 0.710.980.00   0.31
XYZ9.13573.864140.8218
Yxy3.86410.16970.0718
Hunter Lab19.657348.5572-109.3658
CIE-Lab23.217059.9977-76.5985

#3303af color RGB value is (51,3,175).

#3303af hex color red value is 51, green value is 3 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3303af hue: 0.71 , saturation: 0.97 and the lightness value of 3303af is 0.35.

The process color (four color CMYK) of #3303af color hex is 0.71, 0.98, 0.00, 0.31. Web safe color of #3303af is #330099. Color #3303af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000011 10101111
Octal 63 3 257
Decimal 51 3 175
Hex 33 3 AF

RGB Percentages of Color #3303af

%22.27
%1.31
%76.42

CMYK Percentages of Color #3303af

%71
%98
%0
%31

Triadic Colors of #3303af

#3303af #af3303 #03af33

Analogous Colors of #3303af

#3303af #8903af #0329af

Monochromatic Colors of #3303af

#3303af

Complementary Color

#3303af #7faf03

#3303af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3303af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3303af Color CSS Codes

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

#3303af Text Font Color

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

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


#3303af Background Color

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

This div background color is #3303af


#3303af Border Color

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

This div border color is #3303af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3303af


Comments

No comments written yet.

Please login to write comment.