Color Hex Logo

#4174ec Color Hex

#4174EC
(65,116,236)
0 Favorites   0 Comments

Color spaces of #4174ec

RGB 65116236
HSL0.620.820.59
HSV222°72°93°
CMYK 0.720.510.00   0.07
XYZ23.565719.670781.9117
Yxy19.67070.18830.1572
Hunter Lab44.351717.2283-78.4547
CIE-Lab51.462823.3235-65.5817

#4174ec color RGB value is (65,116,236).

#4174ec hex color red value is 65, green value is 116 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4174ec hue: 0.62 , saturation: 0.82 and the lightness value of 4174ec is 0.59.

The process color (four color CMYK) of #4174ec color hex is 0.72, 0.51, 0.00, 0.07. Web safe color of #4174ec is #3366ff. Color #4174ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110100 11101100
Octal 101 164 354
Decimal 65 116 236
Hex 41 74 EC

RGB Percentages of Color #4174ec

%15.59
%27.82
%56.59

CMYK Percentages of Color #4174ec

%72
%51
%0
%7

Triadic Colors of #4174ec

#4174ec #ec4174 #74ec41

Analogous Colors of #4174ec

#4174ec #6441ec #41caec

Monochromatic Colors of #4174ec

#4174ec

Complementary Color

#4174ec #ecb941

#4174ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4174ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4174ec Color CSS Codes

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

#4174ec Text Font Color

<p style="color:#4174ec">Text here</p>

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


#4174ec Background Color

<div style="background-color:#4174ec">
Div content here</div>

This div background color is #4174ec


#4174ec Border Color

<div style="border:3px solid #4174ec">
Div here</div>

This div border color is #4174ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,116,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4174ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4174ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4174ec;
  box-shadow:         1px 1px 3px 2px #4174ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4174ec


Comments

No comments written yet.

Please login to write comment.