Color Hex Logo

#4416ec Color Hex

#4416EC
(68,22,236)
0 Favorites   0 Comments

Color spaces of #4416ec

RGB 6822236
HSL0.700.850.51
HSV253°91°93°
CMYK 0.710.910.00   0.07
XYZ17.81117.858979.9350
Yxy7.85890.16870.0744
Hunter Lab28.033764.3501-149.4351
CIE-Lab33.687371.9546-94.7541

#4416ec color RGB value is (68,22,236).

#4416ec hex color red value is 68, green value is 22 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4416ec hue: 0.70 , saturation: 0.85 and the lightness value of 4416ec is 0.51.

The process color (four color CMYK) of #4416ec color hex is 0.71, 0.91, 0.00, 0.07. Web safe color of #4416ec is #3300ff. Color #4416ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010110 11101100
Octal 104 26 354
Decimal 68 22 236
Hex 44 16 EC

RGB Percentages of Color #4416ec

%20.86
%6.75
%72.39

CMYK Percentages of Color #4416ec

%71
%91
%0
%7

Triadic Colors of #4416ec

#4416ec #ec4416 #16ec44

Analogous Colors of #4416ec

#4416ec #af16ec #1653ec

Monochromatic Colors of #4416ec

#4416ec

Complementary Color

#4416ec #beec16

#4416ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4416ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4416ec Color CSS Codes

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

#4416ec Text Font Color

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

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


#4416ec Background Color

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

This div background color is #4416ec


#4416ec Border Color

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

This div border color is #4416ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,22,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 #4416ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4416ec


Comments

No comments written yet.

Please login to write comment.