Color Hex Logo

#442fbc Color Hex

#442FBC
(68,47,188)
0 Favorites   0 Comments

Color spaces of #442fbc

RGB 6847188
HSL0.690.600.46
HSV249°75°74°
CMYK 0.640.750.00   0.26
XYZ12.47756.892848.2498
Yxy6.89280.18450.1019
Hunter Lab26.254138.8889-90.5851
CIE-Lab31.561649.1097-70.4757

#442fbc color RGB value is (68,47,188).

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

The process color (four color CMYK) of #442fbc color hex is 0.64, 0.75, 0.00, 0.26. Web safe color of #442fbc is #3333cc. Color #442fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101111 10111100
Octal 104 57 274
Decimal 68 47 188
Hex 44 2F BC

RGB Percentages of Color #442fbc

%22.44
%15.51
%62.05

CMYK Percentages of Color #442fbc

%64
%75
%0
%26

Triadic Colors of #442fbc

#442fbc #bc442f #2fbc44

Analogous Colors of #442fbc

#442fbc #8b2fbc #2f61bc

Monochromatic Colors of #442fbc

#442fbc

Complementary Color

#442fbc #a7bc2f

#442fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#442fbc Color CSS Codes

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

#442fbc Text Font Color

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

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


#442fbc Background Color

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

This div background color is #442fbc


#442fbc Border Color

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

This div border color is #442fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,47,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442fbc


Comments

No comments written yet.

Please login to write comment.