Color Hex Logo

#332ebe Color Hex

#332EBE
(51,46,190)
0 Favorites   0 Comments

Color spaces of #332ebe

RGB 5146190
HSL0.670.610.46
HSV242°76°75°
CMYK 0.730.760.00   0.25
XYZ11.63656.375549.3325
Yxy6.37550.17280.0947
Hunter Lab25.249838.0757-98.1649
CIE-Lab30.340748.5296-73.7128

#332ebe color RGB value is (51,46,190).

#332ebe hex color red value is 51, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #332ebe hue: 0.67 , saturation: 0.61 and the lightness value of 332ebe is 0.46.

The process color (four color CMYK) of #332ebe color hex is 0.73, 0.76, 0.00, 0.25. Web safe color of #332ebe is #3333cc. Color #332ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101110 10111110
Octal 63 56 276
Decimal 51 46 190
Hex 33 2E BE

RGB Percentages of Color #332ebe

%17.77
%16.03
%66.20

CMYK Percentages of Color #332ebe

%73
%76
%0
%25

Triadic Colors of #332ebe

#332ebe #be332e #2ebe33

Analogous Colors of #332ebe

#332ebe #7b2ebe #2e71be

Monochromatic Colors of #332ebe

#332ebe

Complementary Color

#332ebe #b9be2e

#332ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#332ebe Color CSS Codes

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

#332ebe Text Font Color

<p style="color:#332ebe">Text here</p>

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


#332ebe Background Color

<div style="background-color:#332ebe">
Div content here</div>

This div background color is #332ebe


#332ebe Border Color

<div style="border:3px solid #332ebe">
Div here</div>

This div border color is #332ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,46,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #332ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #332ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #332ebe;
  box-shadow:         1px 1px 3px 2px #332ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332ebe


Comments

No comments written yet.

Please login to write comment.