Color Hex Logo

#4e0ca5 Color Hex

#4E0CA5
(78,12,165)
0 Favorites   0 Comments

Color spaces of #4e0ca5

RGB 7812165
HSL0.740.860.35
HSV266°93°65°
CMYK 0.530.930.00   0.35
XYZ10.06494.599335.9546
Yxy4.59930.19880.0909
Hunter Lab21.446046.2421-84.3887
CIE-Lab25.561257.4089-66.5809

#4e0ca5 color RGB value is (78,12,165).

#4e0ca5 hex color red value is 78, green value is 12 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #4e0ca5 hue: 0.74 , saturation: 0.86 and the lightness value of 4e0ca5 is 0.35.

The process color (four color CMYK) of #4e0ca5 color hex is 0.53, 0.93, 0.00, 0.35. Web safe color of #4e0ca5 is #660099. Color #4e0ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00001100 10100101
Octal 116 14 245
Decimal 78 12 165
Hex 4E C A5

RGB Percentages of Color #4e0ca5

%30.59
%4.71
%64.71

CMYK Percentages of Color #4e0ca5

%53
%93
%0
%35

Triadic Colors of #4e0ca5

#4e0ca5 #a54e0c #0ca54e

Analogous Colors of #4e0ca5

#4e0ca5 #9b0ca5 #0c16a5

Monochromatic Colors of #4e0ca5

#4e0ca5

Complementary Color

#4e0ca5 #63a50c

#4e0ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e0ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e0ca5 Color CSS Codes

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

#4e0ca5 Text Font Color

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

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


#4e0ca5 Background Color

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

This div background color is #4e0ca5


#4e0ca5 Border Color

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

This div border color is #4e0ca5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,12,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e0ca5


Comments

No comments written yet.

Please login to write comment.