Color Hex Logo

#4e12cb Color Hex

#4E12CB
(78,18,203)
0 Favorites   0 Comments

Color spaces of #4e12cb

RGB 7818203
HSL0.720.840.43
HSV259°91°80°
CMYK 0.620.910.00   0.20
XYZ14.13776.364156.9832
Yxy6.36410.18250.0821
Hunter Lab25.227255.8867-116.2654
CIE-Lab30.313165.2959-81.3228

#4e12cb color RGB value is (78,18,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010010 11001011
Octal 116 22 313
Decimal 78 18 203
Hex 4E 12 CB

RGB Percentages of Color #4e12cb

%26.09
%6.02
%67.89

CMYK Percentages of Color #4e12cb

%62
%91
%0
%20

Triadic Colors of #4e12cb

#4e12cb #cb4e12 #12cb4e

Analogous Colors of #4e12cb

#4e12cb #ab12cb #1232cb

Monochromatic Colors of #4e12cb

#4e12cb

Complementary Color

#4e12cb #8fcb12

#4e12cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e12cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e12cb Color CSS Codes

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

#4e12cb Text Font Color

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

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


#4e12cb Background Color

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

This div background color is #4e12cb


#4e12cb Border Color

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

This div border color is #4e12cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e12cb


Comments

No comments written yet.

Please login to write comment.