Color Hex Logo

#4400ba Color Hex

#4400BA
(68,0,186)
0 Favorites   0 Comments

Color spaces of #4400ba

RGB 680186
HSL0.731.000.36
HSV262°100°73°
CMYK 0.631.000.00   0.27
XYZ11.24684.774146.7831
Yxy4.77410.17910.0760
Hunter Lab21.849753.6431-111.6529
CIE-Lab26.081264.0864-78.3637

#4400ba color RGB value is (68,0,186).

#4400ba hex color red value is 68, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4400ba hue: 0.73 , saturation: 1.00 and the lightness value of 4400ba is 0.36.

The process color (four color CMYK) of #4400ba color hex is 0.63, 1.00, 0.00, 0.27. Web safe color of #4400ba is #3300cc. Color #4400ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000000 10111010
Octal 104 0 272
Decimal 68 0 186
Hex 44 0 BA

RGB Percentages of Color #4400ba

%26.77
%0.00
%73.23

CMYK Percentages of Color #4400ba

%63
%100
%0
%27

Triadic Colors of #4400ba

#4400ba #ba4400 #00ba44

Analogous Colors of #4400ba

#4400ba #a100ba #0019ba

Monochromatic Colors of #4400ba

#4400ba

Complementary Color

#4400ba #76ba00

#4400ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4400ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4400ba Color CSS Codes

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

#4400ba Text Font Color

<p style="color:#4400ba">Text here</p>

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


#4400ba Background Color

<div style="background-color:#4400ba">
Div content here</div>

This div background color is #4400ba


#4400ba Border Color

<div style="border:3px solid #4400ba">
Div here</div>

This div border color is #4400ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,0,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4400ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4400ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4400ba;
  box-shadow:         1px 1px 3px 2px #4400ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4400ba


Comments

No comments written yet.

Please login to write comment.