Color Hex Logo

#4e55cb Color Hex

#4E55CB
(78,85,203)
0 Favorites   0 Comments

Color spaces of #4e55cb

RGB 7885203
HSL0.660.550.55
HSV237°62°80°
CMYK 0.620.580.00   0.20
XYZ17.169912.428557.9939
Yxy12.42850.19600.1419
Hunter Lab35.254125.2408-72.8558
CIE-Lab41.889233.1259-62.3113

#4e55cb color RGB value is (78,85,203).

#4e55cb hex color red value is 78, green value is 85 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4e55cb hue: 0.66 , saturation: 0.55 and the lightness value of 4e55cb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010101 11001011
Octal 116 125 313
Decimal 78 85 203
Hex 4E 55 CB

RGB Percentages of Color #4e55cb

%21.31
%23.22
%55.46

CMYK Percentages of Color #4e55cb

%62
%58
%0
%20

Triadic Colors of #4e55cb

#4e55cb #cb4e55 #55cb4e

Analogous Colors of #4e55cb

#4e55cb #864ecb #4e94cb

Monochromatic Colors of #4e55cb

#4e55cb

Complementary Color

#4e55cb #cbc44e

#4e55cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e55cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e55cb Color CSS Codes

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

#4e55cb Text Font Color

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

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


#4e55cb Background Color

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

This div background color is #4e55cb


#4e55cb Border Color

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

This div border color is #4e55cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e55cb


Comments

No comments written yet.

Please login to write comment.