Color Hex Logo

#4b2aca Color Hex

#4B2ACA
(75,42,202)
0 Favorites   0 Comments

Color spaces of #4b2aca

RGB 7542202
HSL0.700.660.48
HSV252°79°79°
CMYK 0.630.790.00   0.21
XYZ14.39037.416156.5501
Yxy7.41610.18370.0946
Hunter Lab27.232546.6667-104.0568
CIE-Lab32.736056.4208-76.7360

#4b2aca color RGB value is (75,42,202).

#4b2aca hex color red value is 75, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4b2aca hue: 0.70 , saturation: 0.66 and the lightness value of 4b2aca is 0.48.

The process color (four color CMYK) of #4b2aca color hex is 0.63, 0.79, 0.00, 0.21. Web safe color of #4b2aca is #3333cc. Color #4b2aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00101010 11001010
Octal 113 52 312
Decimal 75 42 202
Hex 4B 2A CA

RGB Percentages of Color #4b2aca

%23.51
%13.17
%63.32

CMYK Percentages of Color #4b2aca

%63
%79
%0
%21

Triadic Colors of #4b2aca

#4b2aca #ca4b2a #2aca4b

Analogous Colors of #4b2aca

#4b2aca #9b2aca #2a59ca

Monochromatic Colors of #4b2aca

#4b2aca

Complementary Color

#4b2aca #a9ca2a

#4b2aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b2aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b2aca Color CSS Codes

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

#4b2aca Text Font Color

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

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


#4b2aca Background Color

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

This div background color is #4b2aca


#4b2aca Border Color

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

This div border color is #4b2aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,42,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b2aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b2aca;
  -webkit-box-shadow: 1px 1px 3px 2px #4b2aca;
  box-shadow:         1px 1px 3px 2px #4b2aca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,42,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b2aca


Comments

No comments written yet.

Please login to write comment.