Color Hex Logo

#332bdd Color Hex

#332BDD
(51,43,221)
0 Favorites   0 Comments

Color spaces of #332bdd

RGB 5143221
HSL0.670.720.52
HSV243°81°87°
CMYK 0.770.810.00   0.13
XYZ15.28037.652069.0782
Yxy7.65200.16610.0832
Hunter Lab27.662250.1924-128.6955
CIE-Lab33.247459.6010-86.9437

#332bdd color RGB value is (51,43,221).

#332bdd hex color red value is 51, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #332bdd hue: 0.67 , saturation: 0.72 and the lightness value of 332bdd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101011 11011101
Octal 63 53 335
Decimal 51 43 221
Hex 33 2B DD

RGB Percentages of Color #332bdd

%16.19
%13.65
%70.16

CMYK Percentages of Color #332bdd

%77
%81
%0
%13

Triadic Colors of #332bdd

#332bdd #dd332b #2bdd33

Analogous Colors of #332bdd

#332bdd #8c2bdd #2b7cdd

Monochromatic Colors of #332bdd

#332bdd

Complementary Color

#332bdd #d5dd2b

#332bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#332bdd Color CSS Codes

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

#332bdd Text Font Color

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

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


#332bdd Background Color

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

This div background color is #332bdd


#332bdd Border Color

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

This div border color is #332bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332bdd


Comments

No comments written yet.

Please login to write comment.