Color Hex Logo

#4e0ccb Color Hex

#4E0CCB
(78,12,203)
0 Favorites   0 Comments

Color spaces of #4e0ccb

RGB 7812203
HSL0.720.890.42
HSV261°94°80°
CMYK 0.620.940.00   0.20
XYZ14.05286.194456.9549
Yxy6.19440.18200.0802
Hunter Lab24.888657.2313-118.2571
CIE-Lab29.897766.5549-82.0123

#4e0ccb color RGB value is (78,12,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00001100 11001011
Octal 116 14 313
Decimal 78 12 203
Hex 4E C CB

RGB Percentages of Color #4e0ccb

%26.62
%4.10
%69.28

CMYK Percentages of Color #4e0ccb

%62
%94
%0
%20

Triadic Colors of #4e0ccb

#4e0ccb #cb4e0c #0ccb4e

Analogous Colors of #4e0ccb

#4e0ccb #ae0ccb #0c2acb

Monochromatic Colors of #4e0ccb

#4e0ccb

Complementary Color

#4e0ccb #89cb0c

#4e0ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e0ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e0ccb Color CSS Codes

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

#4e0ccb Text Font Color

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

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


#4e0ccb Background Color

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

This div background color is #4e0ccb


#4e0ccb Border Color

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

This div border color is #4e0ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e0ccb


Comments

No comments written yet.

Please login to write comment.