Color Hex Logo

#4a0cef Color Hex

#4A0CEF
(74,12,239)
0 Favorites   0 Comments

Color spaces of #4a0cef

RGB 7412239
HSL0.710.900.49
HSV256°95°94°
CMYK 0.690.950.00   0.06
XYZ18.53557.950882.2191
Yxy7.95080.17050.0731
Hunter Lab28.197267.9925-153.1436
CIE-Lab33.880274.9506-96.1238

#4a0cef color RGB value is (74,12,239).

#4a0cef hex color red value is 74, green value is 12 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4a0cef hue: 0.71 , saturation: 0.90 and the lightness value of 4a0cef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00001100 11101111
Octal 112 14 357
Decimal 74 12 239
Hex 4A C EF

RGB Percentages of Color #4a0cef

%22.77
%3.69
%73.54

CMYK Percentages of Color #4a0cef

%69
%95
%0
%6

Triadic Colors of #4a0cef

#4a0cef #ef4a0c #0cef4a

Analogous Colors of #4a0cef

#4a0cef #bc0cef #0c3fef

Monochromatic Colors of #4a0cef

#4a0cef

Complementary Color

#4a0cef #b1ef0c

#4a0cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a0cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a0cef Color CSS Codes

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

#4a0cef Text Font Color

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

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


#4a0cef Background Color

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

This div background color is #4a0cef


#4a0cef Border Color

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

This div border color is #4a0cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a0cef


Comments

No comments written yet.

Please login to write comment.