Color Hex Logo

#4e27fc Color Hex

#4E27FC
(78,39,252)
0 Favorites   0 Comments

Color spaces of #4e27fc

RGB 7839252
HSL0.700.970.57
HSV251°85°99°
CMYK 0.690.850.00   0.01
XYZ21.438110.099092.9149
Yxy10.09900.17230.0811
Hunter Lab31.778964.8032-151.1063
CIE-Lab38.019571.5161-96.5648

#4e27fc color RGB value is (78,39,252).

#4e27fc hex color red value is 78, green value is 39 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4e27fc hue: 0.70 , saturation: 0.97 and the lightness value of 4e27fc is 0.57.

The process color (four color CMYK) of #4e27fc color hex is 0.69, 0.85, 0.00, 0.01. Web safe color of #4e27fc is #6633ff. Color #4e27fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00100111 11111100
Octal 116 47 374
Decimal 78 39 252
Hex 4E 27 FC

RGB Percentages of Color #4e27fc

%21.14
%10.57
%68.29

CMYK Percentages of Color #4e27fc

%69
%85
%0
%1

Triadic Colors of #4e27fc

#4e27fc #fc4e27 #27fc4e

Analogous Colors of #4e27fc

#4e27fc #b927fc #276bfc

Monochromatic Colors of #4e27fc

#4e27fc

Complementary Color

#4e27fc #d5fc27

#4e27fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e27fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e27fc Color CSS Codes

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

#4e27fc Text Font Color

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

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


#4e27fc Background Color

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

This div background color is #4e27fc


#4e27fc Border Color

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

This div border color is #4e27fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e27fc


Comments

No comments written yet.

Please login to write comment.