Color Hex Logo

#4e7ddd Color Hex

#4E7DDD
(78,125,221)
0 Favorites   0 Comments

Color spaces of #4e7ddd

RGB 78125221
HSL0.610.680.59
HSV220°65°87°
CMYK 0.650.430.00   0.13
XYZ23.526621.507471.3180
Yxy21.50740.20220.1848
Hunter Lab46.37619.3950-58.7140
CIE-Lab53.500414.3671-53.8623

#4e7ddd color RGB value is (78,125,221).

#4e7ddd hex color red value is 78, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4e7ddd hue: 0.61 , saturation: 0.68 and the lightness value of 4e7ddd is 0.59.

The process color (four color CMYK) of #4e7ddd color hex is 0.65, 0.43, 0.00, 0.13. Web safe color of #4e7ddd is #6666cc. Color #4e7ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01111101 11011101
Octal 116 175 335
Decimal 78 125 221
Hex 4E 7D DD

RGB Percentages of Color #4e7ddd

%18.40
%29.48
%52.12

CMYK Percentages of Color #4e7ddd

%65
%43
%0
%13

Triadic Colors of #4e7ddd

#4e7ddd #dd4e7d #7ddd4e

Analogous Colors of #4e7ddd

#4e7ddd #674edd #4ec5dd

Monochromatic Colors of #4e7ddd

#4e7ddd

Complementary Color

#4e7ddd #ddae4e

#4e7ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e7ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e7ddd Color CSS Codes

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

#4e7ddd Text Font Color

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

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


#4e7ddd Background Color

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

This div background color is #4e7ddd


#4e7ddd Border Color

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

This div border color is #4e7ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e7ddd


Comments

No comments written yet.

Please login to write comment.