Color Hex Logo

#4197ea Color Hex

#4197EA
(65,151,234)
0 Favorites   0 Comments

Color spaces of #4197ea

RGB 65151234
HSL0.580.800.59
HSV209°72°92°
CMYK 0.720.350.00   0.08
XYZ28.097929.197581.9967
Yxy29.19750.20170.2096
Hunter Lab54.0347-1.7412-52.1472
CIE-Lab60.95551.3750-49.2778

#4197ea color RGB value is (65,151,234).

#4197ea hex color red value is 65, green value is 151 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4197ea hue: 0.58 , saturation: 0.80 and the lightness value of 4197ea is 0.59.

The process color (four color CMYK) of #4197ea color hex is 0.72, 0.35, 0.00, 0.08. Web safe color of #4197ea is #3399ff. Color #4197ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10010111 11101010
Octal 101 227 352
Decimal 65 151 234
Hex 41 97 EA

RGB Percentages of Color #4197ea

%14.44
%33.56
%52.00

CMYK Percentages of Color #4197ea

%72
%35
%0
%8

Triadic Colors of #4197ea

#4197ea #ea4197 #97ea41

Analogous Colors of #4197ea

#4197ea #4143ea #41eae9

Monochromatic Colors of #4197ea

#4197ea

Complementary Color

#4197ea #ea9441

#4197ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4197ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4197ea Color CSS Codes

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

#4197ea Text Font Color

<p style="color:#4197ea">Text here</p>

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


#4197ea Background Color

<div style="background-color:#4197ea">
Div content here</div>

This div background color is #4197ea


#4197ea Border Color

<div style="border:3px solid #4197ea">
Div here</div>

This div border color is #4197ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,151,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4197ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4197ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4197ea;
  box-shadow:         1px 1px 3px 2px #4197ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,151,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4197ea


Comments

No comments written yet.

Please login to write comment.