Color Hex Logo

#332ddb Color Hex

#332DDB
(51,45,219)
0 Favorites   0 Comments

Color spaces of #332ddb

RGB 5145219
HSL0.670.710.52
HSV242°79°86°
CMYK 0.770.790.00   0.14
XYZ15.08987.695167.7078
Yxy7.69510.16680.0850
Hunter Lab27.740048.5539-125.2968
CIE-Lab33.339758.0686-85.6406

#332ddb color RGB value is (51,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101101 11011011
Octal 63 55 333
Decimal 51 45 219
Hex 33 2D DB

RGB Percentages of Color #332ddb

%16.19
%14.29
%69.52

CMYK Percentages of Color #332ddb

%77
%79
%0
%14

Triadic Colors of #332ddb

#332ddb #db332d #2ddb33

Analogous Colors of #332ddb

#332ddb #8a2ddb #2d7edb

Monochromatic Colors of #332ddb

#332ddb

Complementary Color

#332ddb #d5db2d

#332ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#332ddb Color CSS Codes

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

#332ddb Text Font Color

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

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


#332ddb Background Color

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

This div background color is #332ddb


#332ddb Border Color

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

This div border color is #332ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332ddb


Comments

No comments written yet.

Please login to write comment.