Color Hex Logo

#4a0bea Color Hex

#4A0BEA
(74,11,234)
0 Favorites   0 Comments

Color spaces of #4a0bea

RGB 7411234
HSL0.710.910.48
HSV257°95°92°
CMYK 0.680.950.00   0.08
XYZ17.79507.635778.3778
Yxy7.63570.17140.0736
Hunter Lab27.632866.5934-148.8277
CIE-Lab33.212473.9154-94.3936

#4a0bea color RGB value is (74,11,234).

#4a0bea hex color red value is 74, green value is 11 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4a0bea hue: 0.71 , saturation: 0.91 and the lightness value of 4a0bea is 0.48.

The process color (four color CMYK) of #4a0bea color hex is 0.68, 0.95, 0.00, 0.08. Web safe color of #4a0bea is #3300ff. Color #4a0bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00001011 11101010
Octal 112 13 352
Decimal 74 11 234
Hex 4A B EA

RGB Percentages of Color #4a0bea

%23.20
%3.45
%73.35

CMYK Percentages of Color #4a0bea

%68
%95
%0
%8

Triadic Colors of #4a0bea

#4a0bea #ea4a0b #0bea4a

Analogous Colors of #4a0bea

#4a0bea #ba0bea #0b3bea

Monochromatic Colors of #4a0bea

#4a0bea

Complementary Color

#4a0bea #abea0b

#4a0bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a0bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a0bea Color CSS Codes

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

#4a0bea Text Font Color

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

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


#4a0bea Background Color

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

This div background color is #4a0bea


#4a0bea Border Color

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

This div border color is #4a0bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a0bea


Comments

No comments written yet.

Please login to write comment.