Color Hex Logo

#4c01af Color Hex

#4C01AF
(76,1,175)
0 Favorites   0 Comments

Color spaces of #4c01af

RGB 761175
HSL0.740.990.35
HSV266°99°69°
CMYK 0.570.990.00   0.31
XYZ10.72924.653440.8901
Yxy4.65340.19070.0827
Hunter Lab21.571751.0305-97.2864
CIE-Lab25.723661.8031-72.3572

#4c01af color RGB value is (76,1,175).

#4c01af hex color red value is 76, green value is 1 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4c01af hue: 0.74 , saturation: 0.99 and the lightness value of 4c01af is 0.35.

The process color (four color CMYK) of #4c01af color hex is 0.57, 0.99, 0.00, 0.31. Web safe color of #4c01af is #330099. Color #4c01af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000001 10101111
Octal 114 1 257
Decimal 76 1 175
Hex 4C 1 AF

RGB Percentages of Color #4c01af

%30.16
%0.40
%69.44

CMYK Percentages of Color #4c01af

%57
%99
%0
%31

Triadic Colors of #4c01af

#4c01af #af4c01 #01af4c

Analogous Colors of #4c01af

#4c01af #a301af #010daf

Monochromatic Colors of #4c01af

#4c01af

Complementary Color

#4c01af #64af01

#4c01af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c01af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c01af Color CSS Codes

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

#4c01af Text Font Color

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

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


#4c01af Background Color

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

This div background color is #4c01af


#4c01af Border Color

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

This div border color is #4c01af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c01af


Comments

No comments written yet.

Please login to write comment.