Color Hex Logo

#4a2ebd Color Hex

#4A2EBD
(74,46,189)
0 Favorites   0 Comments

Color spaces of #4a2ebd

RGB 7446189
HSL0.700.610.46
HSV252°76°74°
CMYK 0.610.760.00   0.26
XYZ12.98637.084048.8270
Yxy7.08400.18850.1028
Hunter Lab26.615840.5156-90.1372
CIE-Lab31.997450.6395-70.3300

#4a2ebd color RGB value is (74,46,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00101110 10111101
Octal 112 56 275
Decimal 74 46 189
Hex 4A 2E BD

RGB Percentages of Color #4a2ebd

%23.95
%14.89
%61.17

CMYK Percentages of Color #4a2ebd

%61
%76
%0
%26

Triadic Colors of #4a2ebd

#4a2ebd #bd4a2e #2ebd4a

Analogous Colors of #4a2ebd

#4a2ebd #922ebd #2e5abd

Monochromatic Colors of #4a2ebd

#4a2ebd

Complementary Color

#4a2ebd #a1bd2e

#4a2ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a2ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a2ebd Color CSS Codes

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

#4a2ebd Text Font Color

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

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


#4a2ebd Background Color

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

This div background color is #4a2ebd


#4a2ebd Border Color

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

This div border color is #4a2ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a2ebd


Comments

No comments written yet.

Please login to write comment.