Color Hex Logo

#4a21ba Color Hex

#4A21BA
(74,33,186)
0 Favorites   0 Comments

Color spaces of #4a21ba

RGB 7433186
HSL0.710.700.43
HSV256°82°73°
CMYK 0.600.820.00   0.27
XYZ12.23086.088746.9850
Yxy6.08870.18730.0932
Hunter Lab24.675345.2953-95.6233
CIE-Lab29.635255.7274-72.4530

#4a21ba color RGB value is (74,33,186).

#4a21ba hex color red value is 74, green value is 33 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4a21ba hue: 0.71 , saturation: 0.70 and the lightness value of 4a21ba is 0.43.

The process color (four color CMYK) of #4a21ba color hex is 0.60, 0.82, 0.00, 0.27. Web safe color of #4a21ba is #3333cc. Color #4a21ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100001 10111010
Octal 112 41 272
Decimal 74 33 186
Hex 4A 21 BA

RGB Percentages of Color #4a21ba

%25.26
%11.26
%63.48

CMYK Percentages of Color #4a21ba

%60
%82
%0
%27

Triadic Colors of #4a21ba

#4a21ba #ba4a21 #21ba4a

Analogous Colors of #4a21ba

#4a21ba #9721ba #2145ba

Monochromatic Colors of #4a21ba

#4a21ba

Complementary Color

#4a21ba #91ba21

#4a21ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a21ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a21ba Color CSS Codes

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

#4a21ba Text Font Color

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

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


#4a21ba Background Color

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

This div background color is #4a21ba


#4a21ba Border Color

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

This div border color is #4a21ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a21ba


Comments

No comments written yet.

Please login to write comment.