Color Hex Logo

#4665ec Color Hex

#4665EC
(70,101,236)
0 Favorites   0 Comments

Color spaces of #4665ec

RGB 70101236
HSL0.640.810.60
HSV229°70°93°
CMYK 0.700.570.00   0.07
XYZ22.319816.665681.3973
Yxy16.66560.18540.1384
Hunter Lab40.823526.1517-89.6408
CIE-Lab47.835933.3207-71.4534

#4665ec color RGB value is (70,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 11101100
Octal 106 145 354
Decimal 70 101 236
Hex 46 65 EC

RGB Percentages of Color #4665ec

%17.20
%24.82
%57.99

CMYK Percentages of Color #4665ec

%70
%57
%0
%7

Triadic Colors of #4665ec

#4665ec #ec4665 #65ec46

Analogous Colors of #4665ec

#4665ec #7a46ec #46b8ec

Monochromatic Colors of #4665ec

#4665ec

Complementary Color

#4665ec #eccd46

#4665ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4665ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4665ec Color CSS Codes

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

#4665ec Text Font Color

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

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


#4665ec Background Color

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

This div background color is #4665ec


#4665ec Border Color

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

This div border color is #4665ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4665ec


Comments

No comments written yet.

Please login to write comment.