Color Hex Logo

#4a23af Color Hex

#4A23AF
(74,35,175)
0 Favorites   0 Comments

Color spaces of #4a23af

RGB 7435175
HSL0.710.670.41
HSV257°80°69°
CMYK 0.580.800.00   0.31
XYZ11.16295.753141.0795
Yxy5.75310.19250.0992
Hunter Lab23.985641.0990-84.7544
CIE-Lab28.780851.8383-67.3085

#4a23af color RGB value is (74,35,175).

#4a23af hex color red value is 74, green value is 35 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4a23af hue: 0.71 , saturation: 0.67 and the lightness value of 4a23af is 0.41.

The process color (four color CMYK) of #4a23af color hex is 0.58, 0.80, 0.00, 0.31. Web safe color of #4a23af is #333399. Color #4a23af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100011 10101111
Octal 112 43 257
Decimal 74 35 175
Hex 4A 23 AF

RGB Percentages of Color #4a23af

%26.06
%12.32
%61.62

CMYK Percentages of Color #4a23af

%58
%80
%0
%31

Triadic Colors of #4a23af

#4a23af #af4a23 #23af4a

Analogous Colors of #4a23af

#4a23af #9023af #2342af

Monochromatic Colors of #4a23af

#4a23af

Complementary Color

#4a23af #88af23

#4a23af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a23af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a23af Color CSS Codes

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

#4a23af Text Font Color

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

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


#4a23af Background Color

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

This div background color is #4a23af


#4a23af Border Color

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

This div border color is #4a23af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a23af


Comments

No comments written yet.

Please login to write comment.