Color Hex Logo

#332bdc Color Hex

#332BDC
(51,43,220)
0 Favorites   0 Comments

Color spaces of #332bdc

RGB 5143220
HSL0.670.720.52
HSV243°80°86°
CMYK 0.770.800.00   0.14
XYZ15.14747.598968.3785
Yxy7.59890.16620.0834
Hunter Lab27.566149.8439-127.7743
CIE-Lab33.133259.3026-86.5583

#332bdc color RGB value is (51,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101011 11011100
Octal 63 53 334
Decimal 51 43 220
Hex 33 2B DC

RGB Percentages of Color #332bdc

%16.24
%13.69
%70.06

CMYK Percentages of Color #332bdc

%77
%80
%0
%14

Triadic Colors of #332bdc

#332bdc #dc332b #2bdc33

Analogous Colors of #332bdc

#332bdc #8c2bdc #2b7cdc

Monochromatic Colors of #332bdc

#332bdc

Complementary Color

#332bdc #d4dc2b

#332bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#332bdc Color CSS Codes

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

#332bdc Text Font Color

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

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


#332bdc Background Color

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

This div background color is #332bdc


#332bdc Border Color

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

This div border color is #332bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332bdc


Comments

No comments written yet.

Please login to write comment.