Color Hex Logo

#4a12cb Color Hex

#4A12CB
(74,18,203)
0 Favorites   0 Comments

Color spaces of #4a12cb

RGB 7418203
HSL0.720.840.43
HSV258°91°80°
CMYK 0.640.910.00   0.20
XYZ13.81986.200356.9683
Yxy6.20030.17950.0805
Hunter Lab24.900455.4923-118.2161
CIE-Lab29.912365.0227-81.9998

#4a12cb color RGB value is (74,18,203).

#4a12cb hex color red value is 74, green value is 18 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4a12cb hue: 0.72 , saturation: 0.84 and the lightness value of 4a12cb is 0.43.

The process color (four color CMYK) of #4a12cb color hex is 0.64, 0.91, 0.00, 0.20. Web safe color of #4a12cb is #3300cc. Color #4a12cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010010 11001011
Octal 112 22 313
Decimal 74 18 203
Hex 4A 12 CB

RGB Percentages of Color #4a12cb

%25.08
%6.10
%68.81

CMYK Percentages of Color #4a12cb

%64
%91
%0
%20

Triadic Colors of #4a12cb

#4a12cb #cb4a12 #12cb4a

Analogous Colors of #4a12cb

#4a12cb #a712cb #1236cb

Monochromatic Colors of #4a12cb

#4a12cb

Complementary Color

#4a12cb #93cb12

#4a12cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a12cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a12cb Color CSS Codes

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

#4a12cb Text Font Color

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

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


#4a12cb Background Color

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

This div background color is #4a12cb


#4a12cb Border Color

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

This div border color is #4a12cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a12cb


Comments

No comments written yet.

Please login to write comment.