Color Hex Logo

#332cca Color Hex

#332CCA
(51,44,202)
0 Favorites   0 Comments

Color spaces of #332cca

RGB 5144202
HSL0.670.640.48
HSV243°78°79°
CMYK 0.750.780.00   0.21
XYZ12.92666.769456.5024
Yxy6.76940.16960.0888
Hunter Lab26.018143.1528-110.5451
CIE-Lab31.276153.3534-79.2079

#332cca color RGB value is (51,44,202).

#332cca hex color red value is 51, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #332cca hue: 0.67 , saturation: 0.64 and the lightness value of 332cca is 0.48.

The process color (four color CMYK) of #332cca color hex is 0.75, 0.78, 0.00, 0.21. Web safe color of #332cca is #3333cc. Color #332cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101100 11001010
Octal 63 54 312
Decimal 51 44 202
Hex 33 2C CA

RGB Percentages of Color #332cca

%17.17
%14.81
%68.01

CMYK Percentages of Color #332cca

%75
%78
%0
%21

Triadic Colors of #332cca

#332cca #ca332c #2cca33

Analogous Colors of #332cca

#332cca #822cca #2c74ca

Monochromatic Colors of #332cca

#332cca

Complementary Color

#332cca #c3ca2c

#332cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#332cca Color CSS Codes

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

#332cca Text Font Color

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

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


#332cca Background Color

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

This div background color is #332cca


#332cca Border Color

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

This div border color is #332cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332cca


Comments

No comments written yet.

Please login to write comment.