Color Hex Logo

#4405bb Color Hex

#4405BB
(68,5,187)
0 Favorites   0 Comments

Color spaces of #4405bb

RGB 685187
HSL0.720.950.38
HSV261°97°73°
CMYK 0.640.970.00   0.27
XYZ11.40784.925347.3631
Yxy4.92530.17910.0773
Hunter Lab22.193052.9160-110.9983
CIE-Lab26.520963.3571-78.2268

#4405bb color RGB value is (68,5,187).

#4405bb hex color red value is 68, green value is 5 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4405bb hue: 0.72 , saturation: 0.95 and the lightness value of 4405bb is 0.38.

The process color (four color CMYK) of #4405bb color hex is 0.64, 0.97, 0.00, 0.27. Web safe color of #4405bb is #3300cc. Color #4405bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000101 10111011
Octal 104 5 273
Decimal 68 5 187
Hex 44 5 BB

RGB Percentages of Color #4405bb

%26.15
%1.92
%71.92

CMYK Percentages of Color #4405bb

%64
%97
%0
%27

Triadic Colors of #4405bb

#4405bb #bb4405 #05bb44

Analogous Colors of #4405bb

#4405bb #9f05bb #0521bb

Monochromatic Colors of #4405bb

#4405bb

Complementary Color

#4405bb #7cbb05

#4405bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4405bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4405bb Color CSS Codes

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

#4405bb Text Font Color

<p style="color:#4405bb">Text here</p>

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


#4405bb Background Color

<div style="background-color:#4405bb">
Div content here</div>

This div background color is #4405bb


#4405bb Border Color

<div style="border:3px solid #4405bb">
Div here</div>

This div border color is #4405bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,5,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4405bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4405bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4405bb;
  box-shadow:         1px 1px 3px 2px #4405bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4405bb


Comments

No comments written yet.

Please login to write comment.