Color Hex Logo

#332dda Color Hex

#332DDA
(51,45,218)
0 Favorites   0 Comments

Color spaces of #332dda

RGB 5145218
HSL0.670.700.52
HSV242°79°85°
CMYK 0.770.790.00   0.15
XYZ14.95857.642567.0164
Yxy7.64250.16690.0853
Hunter Lab27.645148.2059-124.3776
CIE-Lab33.227057.7668-85.2518

#332dda color RGB value is (51,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101101 11011010
Octal 63 55 332
Decimal 51 45 218
Hex 33 2D DA

RGB Percentages of Color #332dda

%16.24
%14.33
%69.43

CMYK Percentages of Color #332dda

%77
%79
%0
%15

Triadic Colors of #332dda

#332dda #da332d #2dda33

Analogous Colors of #332dda

#332dda #8a2dda #2d7eda

Monochromatic Colors of #332dda

#332dda

Complementary Color

#332dda #d4da2d

#332dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#332dda Color CSS Codes

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

#332dda Text Font Color

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

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


#332dda Background Color

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

This div background color is #332dda


#332dda Border Color

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

This div border color is #332dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332dda


Comments

No comments written yet.

Please login to write comment.