Color Hex Logo

#442bdc Color Hex

#442BDC
(68,43,220)
0 Favorites   0 Comments

Color spaces of #442bdc

RGB 6843220
HSL0.690.720.52
HSV248°80°86°
CMYK 0.690.800.00   0.14
XYZ16.16608.124068.4262
Yxy8.12400.17440.0876
Hunter Lab28.502651.3613-122.3855
CIE-Lab34.239860.4778-84.6902

#442bdc color RGB value is (68,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101011 11011100
Octal 104 53 334
Decimal 68 43 220
Hex 44 2B DC

RGB Percentages of Color #442bdc

%20.54
%12.99
%66.47

CMYK Percentages of Color #442bdc

%69
%80
%0
%14

Triadic Colors of #442bdc

#442bdc #dc442b #2bdc44

Analogous Colors of #442bdc

#442bdc #9d2bdc #2b6bdc

Monochromatic Colors of #442bdc

#442bdc

Complementary Color

#442bdc #c3dc2b

#442bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#442bdc Color CSS Codes

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

#442bdc Text Font Color

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

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


#442bdc Background Color

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

This div background color is #442bdc


#442bdc Border Color

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

This div border color is #442bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,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 #442bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442bdc


Comments

No comments written yet.

Please login to write comment.