Color Hex Logo

#331ebc Color Hex

#331EBC
(51,30,188)
0 Favorites   0 Comments

Color spaces of #331ebc

RGB 5130188
HSL0.690.720.43
HSV248°84°74°
CMYK 0.730.840.00   0.26
XYZ10.90665.263248.0180
Yxy5.26320.16990.0820
Hunter Lab22.941744.7120-108.0376
CIE-Lab27.471855.5920-77.2824

#331ebc color RGB value is (51,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011110 10111100
Octal 63 36 274
Decimal 51 30 188
Hex 33 1E BC

RGB Percentages of Color #331ebc

%18.96
%11.15
%69.89

CMYK Percentages of Color #331ebc

%73
%84
%0
%26

Triadic Colors of #331ebc

#331ebc #bc331e #1ebc33

Analogous Colors of #331ebc

#331ebc #821ebc #1e58bc

Monochromatic Colors of #331ebc

#331ebc

Complementary Color

#331ebc #a7bc1e

#331ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#331ebc Color CSS Codes

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

#331ebc Text Font Color

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

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


#331ebc Background Color

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

This div background color is #331ebc


#331ebc Border Color

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

This div border color is #331ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331ebc


Comments

No comments written yet.

Please login to write comment.