Color Hex Logo

#4391ed Color Hex

#4391ED
(67,145,237)
0 Favorites   0 Comments

Color spaces of #4391ed

RGB 67145237
HSL0.590.830.60
HSV212°72°93°
CMYK 0.720.390.00   0.07
XYZ27.726227.558583.9788
Yxy27.55850.19910.1979
Hunter Lab52.49622.4076-58.0996
CIE-Lab59.48786.2264-53.2630

#4391ed color RGB value is (67,145,237).

#4391ed hex color red value is 67, green value is 145 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4391ed hue: 0.59 , saturation: 0.83 and the lightness value of 4391ed is 0.60.

The process color (four color CMYK) of #4391ed color hex is 0.72, 0.39, 0.00, 0.07. Web safe color of #4391ed is #3399ff. Color #4391ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10010001 11101101
Octal 103 221 355
Decimal 67 145 237
Hex 43 91 ED

RGB Percentages of Color #4391ed

%14.92
%32.29
%52.78

CMYK Percentages of Color #4391ed

%72
%39
%0
%7

Triadic Colors of #4391ed

#4391ed #ed4391 #91ed43

Analogous Colors of #4391ed

#4391ed #4a43ed #43e6ed

Monochromatic Colors of #4391ed

#4391ed

Complementary Color

#4391ed #ed9f43

#4391ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4391ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4391ed Color CSS Codes

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

#4391ed Text Font Color

<p style="color:#4391ed">Text here</p>

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


#4391ed Background Color

<div style="background-color:#4391ed">
Div content here</div>

This div background color is #4391ed


#4391ed Border Color

<div style="border:3px solid #4391ed">
Div here</div>

This div border color is #4391ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,145,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4391ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4391ed;
  -webkit-box-shadow: 1px 1px 3px 2px #4391ed;
  box-shadow:         1px 1px 3px 2px #4391ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,145,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4391ed


Comments

No comments written yet.

Please login to write comment.