Color Hex Logo

#4a2ebe Color Hex

#4A2EBE
(74,46,190)
0 Favorites   0 Comments

Color spaces of #4a2ebe

RGB 7446190
HSL0.700.610.46
HSV252°76°75°
CMYK 0.610.760.00   0.25
XYZ13.09537.127549.4008
Yxy7.12750.18810.1024
Hunter Lab26.697440.8354-91.0220
CIE-Lab32.095450.9354-70.7583

#4a2ebe color RGB value is (74,46,190).

#4a2ebe hex color red value is 74, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4a2ebe hue: 0.70 , saturation: 0.61 and the lightness value of 4a2ebe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00101110 10111110
Octal 112 56 276
Decimal 74 46 190
Hex 4A 2E BE

RGB Percentages of Color #4a2ebe

%23.87
%14.84
%61.29

CMYK Percentages of Color #4a2ebe

%61
%76
%0
%25

Triadic Colors of #4a2ebe

#4a2ebe #be4a2e #2ebe4a

Analogous Colors of #4a2ebe

#4a2ebe #922ebe #2e5abe

Monochromatic Colors of #4a2ebe

#4a2ebe

Complementary Color

#4a2ebe #a2be2e

#4a2ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a2ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a2ebe Color CSS Codes

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

#4a2ebe Text Font Color

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

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


#4a2ebe Background Color

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

This div background color is #4a2ebe


#4a2ebe Border Color

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

This div border color is #4a2ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,46,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 #4a2ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a2ebe


Comments

No comments written yet.

Please login to write comment.