Color Hex Logo

#442ebf Color Hex

#442EBF
(68,46,191)
0 Favorites   0 Comments

Color spaces of #442ebf

RGB 6846191
HSL0.690.610.46
HSV249°76°75°
CMYK 0.640.760.00   0.25
XYZ12.76496.944549.9579
Yxy6.94450.18320.0997
Hunter Lab26.352440.3472-93.9530
CIE-Lab31.680250.5347-72.0496

#442ebf color RGB value is (68,46,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101110 10111111
Octal 104 56 277
Decimal 68 46 191
Hex 44 2E BF

RGB Percentages of Color #442ebf

%22.30
%15.08
%62.62

CMYK Percentages of Color #442ebf

%64
%76
%0
%25

Triadic Colors of #442ebf

#442ebf #bf442e #2ebf44

Analogous Colors of #442ebf

#442ebf #8d2ebf #2e61bf

Monochromatic Colors of #442ebf

#442ebf

Complementary Color

#442ebf #a9bf2e

#442ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#442ebf Color CSS Codes

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

#442ebf Text Font Color

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

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


#442ebf Background Color

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

This div background color is #442ebf


#442ebf Border Color

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

This div border color is #442ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442ebf


Comments

No comments written yet.

Please login to write comment.