Color Hex Logo

#4e13ca Color Hex

#4E13CA
(78,19,202)
0 Favorites   0 Comments

Color spaces of #4e13ca

RGB 7819202
HSL0.720.830.43
HSV259°91°79°
CMYK 0.610.910.00   0.21
XYZ14.03546.349756.3630
Yxy6.34970.18290.0827
Hunter Lab25.198655.3253-114.9779
CIE-Lab30.278164.8060-80.7963

#4e13ca color RGB value is (78,19,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010011 11001010
Octal 116 23 312
Decimal 78 19 202
Hex 4E 13 CA

RGB Percentages of Color #4e13ca

%26.09
%6.35
%67.56

CMYK Percentages of Color #4e13ca

%61
%91
%0
%21

Triadic Colors of #4e13ca

#4e13ca #ca4e13 #13ca4e

Analogous Colors of #4e13ca

#4e13ca #aa13ca #1333ca

Monochromatic Colors of #4e13ca

#4e13ca

Complementary Color

#4e13ca #8fca13

#4e13ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e13ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e13ca Color CSS Codes

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

#4e13ca Text Font Color

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

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


#4e13ca Background Color

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

This div background color is #4e13ca


#4e13ca Border Color

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

This div border color is #4e13ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e13ca


Comments

No comments written yet.

Please login to write comment.