Color Hex Logo

#4a0bcd Color Hex

#4A0BCD
(74,11,205)
0 Favorites   0 Comments

Color spaces of #4a0bcd

RGB 7411205
HSL0.720.900.42
HSV259°95°80°
CMYK 0.640.950.00   0.20
XYZ13.96326.103058.1997
Yxy6.10300.17840.0780
Hunter Lab24.704357.6583-122.3858
CIE-Lab29.670966.9696-83.5690

#4a0bcd color RGB value is (74,11,205).

#4a0bcd hex color red value is 74, green value is 11 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4a0bcd hue: 0.72 , saturation: 0.90 and the lightness value of 4a0bcd is 0.42.

The process color (four color CMYK) of #4a0bcd color hex is 0.64, 0.95, 0.00, 0.20. Web safe color of #4a0bcd is #3300cc. Color #4a0bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00001011 11001101
Octal 112 13 315
Decimal 74 11 205
Hex 4A B CD

RGB Percentages of Color #4a0bcd

%25.52
%3.79
%70.69

CMYK Percentages of Color #4a0bcd

%64
%95
%0
%20

Triadic Colors of #4a0bcd

#4a0bcd #cd4a0b #0bcd4a

Analogous Colors of #4a0bcd

#4a0bcd #ab0bcd #0b2dcd

Monochromatic Colors of #4a0bcd

#4a0bcd

Complementary Color

#4a0bcd #8ecd0b

#4a0bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a0bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a0bcd Color CSS Codes

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

#4a0bcd Text Font Color

<p style="color:#4a0bcd">Text here</p>

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


#4a0bcd Background Color

<div style="background-color:#4a0bcd">
Div content here</div>

This div background color is #4a0bcd


#4a0bcd Border Color

<div style="border:3px solid #4a0bcd">
Div here</div>

This div border color is #4a0bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,11,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a0bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a0bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #4a0bcd;
  box-shadow:         1px 1px 3px 2px #4a0bcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,11,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a0bcd


Comments

No comments written yet.

Please login to write comment.