Color Hex Logo

#330fcc Color Hex

#330FCC
(51,15,204)
0 Favorites   0 Comments

Color spaces of #330fcc

RGB 5115204
HSL0.700.860.43
HSV251°93°80°
CMYK 0.750.930.00   0.20
XYZ12.43515.405157.5146
Yxy5.40510.16500.0717
Hunter Lab23.248954.7886-130.4013
CIE-Lab27.859164.7808-86.0534

#330fcc color RGB value is (51,15,204).

#330fcc hex color red value is 51, green value is 15 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #330fcc hue: 0.70 , saturation: 0.86 and the lightness value of 330fcc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001111 11001100
Octal 63 17 314
Decimal 51 15 204
Hex 33 F CC

RGB Percentages of Color #330fcc

%18.89
%5.56
%75.56

CMYK Percentages of Color #330fcc

%75
%93
%0
%20

Triadic Colors of #330fcc

#330fcc #cc330f #0fcc33

Analogous Colors of #330fcc

#330fcc #920fcc #0f4acc

Monochromatic Colors of #330fcc

#330fcc

Complementary Color

#330fcc #a8cc0f

#330fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#330fcc Color CSS Codes

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

#330fcc Text Font Color

<p style="color:#330fcc">Text here</p>

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


#330fcc Background Color

<div style="background-color:#330fcc">
Div content here</div>

This div background color is #330fcc


#330fcc Border Color

<div style="border:3px solid #330fcc">
Div here</div>

This div border color is #330fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,15,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #330fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #330fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #330fcc;
  box-shadow:         1px 1px 3px 2px #330fcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330fcc


Comments

No comments written yet.

Please login to write comment.