Color Hex Logo

#4e0fca Color Hex

#4E0FCA
(78,15,202)
0 Favorites   0 Comments

Color spaces of #4e0fca

RGB 7815202
HSL0.720.860.43
HSV260°93°79°
CMYK 0.610.930.00   0.21
XYZ13.97346.225656.3423
Yxy6.22560.18260.0813
Hunter Lab24.951256.3009-116.4172
CIE-Lab29.974665.7244-81.2998

#4e0fca color RGB value is (78,15,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00001111 11001010
Octal 116 17 312
Decimal 78 15 202
Hex 4E F CA

RGB Percentages of Color #4e0fca

%26.44
%5.08
%68.47

CMYK Percentages of Color #4e0fca

%61
%93
%0
%21

Triadic Colors of #4e0fca

#4e0fca #ca4e0f #0fca4e

Analogous Colors of #4e0fca

#4e0fca #ac0fca #0f2dca

Monochromatic Colors of #4e0fca

#4e0fca

Complementary Color

#4e0fca #8bca0f

#4e0fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e0fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e0fca Color CSS Codes

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

#4e0fca Text Font Color

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

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


#4e0fca Background Color

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

This div background color is #4e0fca


#4e0fca Border Color

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

This div border color is #4e0fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e0fca


Comments

No comments written yet.

Please login to write comment.