Color Hex Logo

#330cbd Color Hex

#330CBD
(51,12,189)
0 Favorites   0 Comments

Color spaces of #330cbd

RGB 5112189
HSL0.700.880.39
HSV253°94°74°
CMYK 0.730.940.00   0.26
XYZ10.68204.640948.4769
Yxy4.64090.16740.0727
Hunter Lab21.542750.8097-118.3383
CIE-Lab25.686261.6094-80.8446

#330cbd color RGB value is (51,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00001100 10111101
Octal 63 14 275
Decimal 51 12 189
Hex 33 C BD

RGB Percentages of Color #330cbd

%20.24
%4.76
%75.00

CMYK Percentages of Color #330cbd

%73
%94
%0
%26

Triadic Colors of #330cbd

#330cbd #bd330c #0cbd33

Analogous Colors of #330cbd

#330cbd #8c0cbd #0c3ebd

Monochromatic Colors of #330cbd

#330cbd

Complementary Color

#330cbd #96bd0c

#330cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#330cbd Color CSS Codes

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

#330cbd Text Font Color

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

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


#330cbd Background Color

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

This div background color is #330cbd


#330cbd Border Color

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

This div border color is #330cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330cbd


Comments

No comments written yet.

Please login to write comment.