Color Hex Logo

#332fcd Color Hex

#332FCD
(51,47,205)
0 Favorites   0 Comments

Color spaces of #332fcd

RGB 5147205
HSL0.670.630.49
HSV242°77°80°
CMYK 0.750.770.00   0.20
XYZ13.40127.144658.4303
Yxy7.14460.16970.0905
Hunter Lab26.729442.7174-110.8971
CIE-Lab32.133952.7651-79.5365

#332fcd color RGB value is (51,47,205).

#332fcd hex color red value is 51, green value is 47 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #332fcd hue: 0.67 , saturation: 0.63 and the lightness value of 332fcd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101111 11001101
Octal 63 57 315
Decimal 51 47 205
Hex 33 2F CD

RGB Percentages of Color #332fcd

%16.83
%15.51
%67.66

CMYK Percentages of Color #332fcd

%75
%77
%0
%20

Triadic Colors of #332fcd

#332fcd #cd332f #2fcd33

Analogous Colors of #332fcd

#332fcd #822fcd #2f7acd

Monochromatic Colors of #332fcd

#332fcd

Complementary Color

#332fcd #c9cd2f

#332fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#332fcd Color CSS Codes

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

#332fcd Text Font Color

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

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


#332fcd Background Color

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

This div background color is #332fcd


#332fcd Border Color

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

This div border color is #332fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332fcd


Comments

No comments written yet.

Please login to write comment.