Color Hex Logo

#330cbc Color Hex

#330CBC
(51,12,188)
0 Favorites   0 Comments

Color spaces of #330cbc

RGB 5112188
HSL0.700.880.39
HSV253°94°74°
CMYK 0.730.940.00   0.26
XYZ10.57384.597647.9071
Yxy4.59760.16760.0729
Hunter Lab21.442050.5010-117.4600
CIE-Lab25.556161.3525-80.4681

#330cbc color RGB value is (51,12,188).

#330cbc hex color red value is 51, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #330cbc hue: 0.70 , saturation: 0.88 and the lightness value of 330cbc is 0.39.

The process color (four color CMYK) of #330cbc color hex is 0.73, 0.94, 0.00, 0.26. Web safe color of #330cbc is #3300cc. Color #330cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001100 10111100
Octal 63 14 274
Decimal 51 12 188
Hex 33 C BC

RGB Percentages of Color #330cbc

%20.32
%4.78
%74.90

CMYK Percentages of Color #330cbc

%73
%94
%0
%26

Triadic Colors of #330cbc

#330cbc #bc330c #0cbc33

Analogous Colors of #330cbc

#330cbc #8b0cbc #0c3dbc

Monochromatic Colors of #330cbc

#330cbc

Complementary Color

#330cbc #95bc0c

#330cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#330cbc Color CSS Codes

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

#330cbc Text Font Color

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

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


#330cbc Background Color

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

This div background color is #330cbc


#330cbc Border Color

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

This div border color is #330cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330cbc


Comments

No comments written yet.

Please login to write comment.