Color Hex Logo

#3303cb Color Hex

#3303CB
(51,3,203)
0 Favorites   0 Comments

Color spaces of #3303cb

RGB 513203
HSL0.710.970.40
HSV254°99°80°
CMYK 0.750.990.00   0.20
XYZ12.17735.080756.8388
Yxy5.08070.16430.0686
Hunter Lab22.540456.9877-133.7298
CIE-Lab26.963566.8748-86.9618

#3303cb color RGB value is (51,3,203).

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

The process color (four color CMYK) of #3303cb color hex is 0.75, 0.99, 0.00, 0.20. Web safe color of #3303cb is #3300cc. Color #3303cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000011 11001011
Octal 63 3 313
Decimal 51 3 203
Hex 33 3 CB

RGB Percentages of Color #3303cb

%19.84
%1.17
%78.99

CMYK Percentages of Color #3303cb

%75
%99
%0
%20

Triadic Colors of #3303cb

#3303cb #cb3303 #03cb33

Analogous Colors of #3303cb

#3303cb #9703cb #0337cb

Monochromatic Colors of #3303cb

#3303cb

Complementary Color

#3303cb #9bcb03

#3303cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3303cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3303cb Color CSS Codes

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

#3303cb Text Font Color

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

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


#3303cb Background Color

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

This div background color is #3303cb


#3303cb Border Color

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

This div border color is #3303cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3303cb


Comments

No comments written yet.

Please login to write comment.