Color Hex Logo

#4175ea Color Hex

#4175EA
(65,117,234)
0 Favorites   0 Comments

Color spaces of #4175ea

RGB 65117234
HSL0.620.800.59
HSV222°72°92°
CMYK 0.720.500.00   0.08
XYZ23.392519.786980.4282
Yxy19.78690.18920.1601
Hunter Lab44.482516.0255-76.0638
CIE-Lab51.595421.9806-64.2483

#4175ea color RGB value is (65,117,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110101 11101010
Octal 101 165 352
Decimal 65 117 234
Hex 41 75 EA

RGB Percentages of Color #4175ea

%15.63
%28.13
%56.25

CMYK Percentages of Color #4175ea

%72
%50
%0
%8

Triadic Colors of #4175ea

#4175ea #ea4175 #75ea41

Analogous Colors of #4175ea

#4175ea #6141ea #41caea

Monochromatic Colors of #4175ea

#4175ea

Complementary Color

#4175ea #eab641

#4175ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4175ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4175ea Color CSS Codes

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

#4175ea Text Font Color

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

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


#4175ea Background Color

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

This div background color is #4175ea


#4175ea Border Color

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

This div border color is #4175ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,117,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 #4175ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4175ea


Comments

No comments written yet.

Please login to write comment.