Color Hex Logo

#4661ec Color Hex

#4661EC
(70,97,236)
0 Favorites   0 Comments

Color spaces of #4661ec

RGB 7097236
HSL0.640.810.60
HSV230°70°93°
CMYK 0.700.590.00   0.07
XYZ21.940815.907681.2709
Yxy15.90760.18420.1335
Hunter Lab39.884328.3972-92.8941
CIE-Lab46.853035.8012-73.0540

#4661ec color RGB value is (70,97,236).

#4661ec hex color red value is 70, green value is 97 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4661ec hue: 0.64 , saturation: 0.81 and the lightness value of 4661ec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100001 11101100
Octal 106 141 354
Decimal 70 97 236
Hex 46 61 EC

RGB Percentages of Color #4661ec

%17.37
%24.07
%58.56

CMYK Percentages of Color #4661ec

%70
%59
%0
%7

Triadic Colors of #4661ec

#4661ec #ec4661 #61ec46

Analogous Colors of #4661ec

#4661ec #7e46ec #46b4ec

Monochromatic Colors of #4661ec

#4661ec

Complementary Color

#4661ec #ecd146

#4661ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4661ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4661ec Color CSS Codes

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

#4661ec Text Font Color

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

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


#4661ec Background Color

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

This div background color is #4661ec


#4661ec Border Color

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

This div border color is #4661ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4661ec


Comments

No comments written yet.

Please login to write comment.