Color Hex Logo

#332acd Color Hex

#332ACD
(51,42,205)
0 Favorites   0 Comments

Color spaces of #332acd

RGB 5142205
HSL0.680.660.48
HSV243°80°80°
CMYK 0.750.800.00   0.20
XYZ13.21276.767558.3675
Yxy6.76750.16860.0864
Hunter Lab26.014445.1348-114.8165
CIE-Lab31.271655.2556-80.9648

#332acd color RGB value is (51,42,205).

#332acd hex color red value is 51, green value is 42 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #332acd hue: 0.68 , saturation: 0.66 and the lightness value of 332acd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101010 11001101
Octal 63 52 315
Decimal 51 42 205
Hex 33 2A CD

RGB Percentages of Color #332acd

%17.11
%14.09
%68.79

CMYK Percentages of Color #332acd

%75
%80
%0
%20

Triadic Colors of #332acd

#332acd #cd332a #2acd33

Analogous Colors of #332acd

#332acd #852acd #2a73cd

Monochromatic Colors of #332acd

#332acd

Complementary Color

#332acd #c4cd2a

#332acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#332acd Color CSS Codes

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

#332acd Text Font Color

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

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


#332acd Background Color

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

This div background color is #332acd


#332acd Border Color

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

This div border color is #332acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332acd


Comments

No comments written yet.

Please login to write comment.