Color Hex Logo

#4a07be Color Hex

#4A07BE
(74,7,190)
0 Favorites   0 Comments

Color spaces of #4a07be

RGB 747190
HSL0.730.930.39
HSV262°96°75°
CMYK 0.610.960.00   0.25
XYZ12.19435.325549.1004
Yxy5.32550.18300.0799
Hunter Lab23.077053.9376-109.9958
CIE-Lab27.642764.0643-78.1232

#4a07be color RGB value is (74,7,190).

#4a07be hex color red value is 74, green value is 7 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4a07be hue: 0.73 , saturation: 0.93 and the lightness value of 4a07be is 0.39.

The process color (four color CMYK) of #4a07be color hex is 0.61, 0.96, 0.00, 0.25. Web safe color of #4a07be is #3300cc. Color #4a07be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000111 10111110
Octal 112 7 276
Decimal 74 7 190
Hex 4A 7 BE

RGB Percentages of Color #4a07be

%27.31
%2.58
%70.11

CMYK Percentages of Color #4a07be

%61
%96
%0
%25

Triadic Colors of #4a07be

#4a07be #be4a07 #07be4a

Analogous Colors of #4a07be

#4a07be #a607be #071fbe

Monochromatic Colors of #4a07be

#4a07be

Complementary Color

#4a07be #7bbe07

#4a07be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a07be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a07be Color CSS Codes

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

#4a07be Text Font Color

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

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


#4a07be Background Color

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

This div background color is #4a07be


#4a07be Border Color

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

This div border color is #4a07be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a07be


Comments

No comments written yet.

Please login to write comment.