Color Hex Logo

#442fdb Color Hex

#442FDB
(68,47,219)
0 Favorites   0 Comments

Color spaces of #442fdb

RGB 6847219
HSL0.690.700.52
HSV247°79°86°
CMYK 0.690.790.00   0.14
XYZ16.18668.376467.7815
Yxy8.37640.17530.0907
Hunter Lab28.942049.1824-118.5964
CIE-Lab34.754858.3756-83.2626

#442fdb color RGB value is (68,47,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101111 11011011
Octal 104 57 333
Decimal 68 47 219
Hex 44 2F DB

RGB Percentages of Color #442fdb

%20.36
%14.07
%65.57

CMYK Percentages of Color #442fdb

%69
%79
%0
%14

Triadic Colors of #442fdb

#442fdb #db442f #2fdb44

Analogous Colors of #442fdb

#442fdb #9a2fdb #2f70db

Monochromatic Colors of #442fdb

#442fdb

Complementary Color

#442fdb #c6db2f

#442fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#442fdb Color CSS Codes

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

#442fdb Text Font Color

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

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


#442fdb Background Color

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

This div background color is #442fdb


#442fdb Border Color

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

This div border color is #442fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442fdb


Comments

No comments written yet.

Please login to write comment.