Color Hex Logo

#4e00bc Color Hex

#4E00BC
(78,0,188)
0 Favorites   0 Comments

Color spaces of #4e00bc

RGB 780188
HSL0.741.000.37
HSV265°100°74°
CMYK 0.591.000.00   0.26
XYZ12.21905.250547.9464
Yxy5.25050.18680.0803
Hunter Lab22.914055.0867-108.0217
CIE-Lab27.436865.1217-77.2671

#4e00bc color RGB value is (78,0,188).

#4e00bc hex color red value is 78, green value is 0 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4e00bc hue: 0.74 , saturation: 1.00 and the lightness value of 4e00bc is 0.37.

The process color (four color CMYK) of #4e00bc color hex is 0.59, 1.00, 0.00, 0.26. Web safe color of #4e00bc is #6600cc. Color #4e00bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00000000 10111100
Octal 116 0 274
Decimal 78 0 188
Hex 4E 0 BC

RGB Percentages of Color #4e00bc

%29.32
%0.00
%70.68

CMYK Percentages of Color #4e00bc

%59
%100
%0
%26

Triadic Colors of #4e00bc

#4e00bc #bc4e00 #00bc4e

Analogous Colors of #4e00bc

#4e00bc #ac00bc #0010bc

Monochromatic Colors of #4e00bc

#4e00bc

Complementary Color

#4e00bc #6ebc00

#4e00bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e00bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e00bc Color CSS Codes

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

#4e00bc Text Font Color

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

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


#4e00bc Background Color

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

This div background color is #4e00bc


#4e00bc Border Color

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

This div border color is #4e00bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e00bc


Comments

No comments written yet.

Please login to write comment.