Color Hex Logo

#331cbd Color Hex

#331CBD
(51,28,189)
0 Favorites   0 Comments

Color spaces of #331cbd

RGB 5128189
HSL0.690.740.43
HSV249°85°74°
CMYK 0.730.850.00   0.26
XYZ10.96585.208448.5715
Yxy5.20840.16940.0804
Hunter Lab22.821945.8299-110.2105
CIE-Lab27.320456.6834-78.1262

#331cbd color RGB value is (51,28,189).

#331cbd hex color red value is 51, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #331cbd hue: 0.69 , saturation: 0.74 and the lightness value of 331cbd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011100 10111101
Octal 63 34 275
Decimal 51 28 189
Hex 33 1C BD

RGB Percentages of Color #331cbd

%19.03
%10.45
%70.52

CMYK Percentages of Color #331cbd

%73
%85
%0
%26

Triadic Colors of #331cbd

#331cbd #bd331c #1cbd33

Analogous Colors of #331cbd

#331cbd #841cbd #1c55bd

Monochromatic Colors of #331cbd

#331cbd

Complementary Color

#331cbd #a6bd1c

#331cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#331cbd Color CSS Codes

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

#331cbd Text Font Color

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

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


#331cbd Background Color

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

This div background color is #331cbd


#331cbd Border Color

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

This div border color is #331cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331cbd


Comments

No comments written yet.

Please login to write comment.