Color Hex Logo

#4258ec Color Hex

#4258EC
(66,88,236)
0 Favorites   0 Comments

Color spaces of #4258ec

RGB 6688236
HSL0.650.820.59
HSV232°72°93°
CMYK 0.720.630.00   0.07
XYZ20.876814.193880.9962
Yxy14.19380.17990.1223
Hunter Lab37.674732.9822-101.0944
CIE-Lab44.509640.8619-76.8898

#4258ec color RGB value is (66,88,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 11101100
Octal 102 130 354
Decimal 66 88 236
Hex 42 58 EC

RGB Percentages of Color #4258ec

%16.92
%22.56
%60.51

CMYK Percentages of Color #4258ec

%72
%63
%0
%7

Triadic Colors of #4258ec

#4258ec #ec4258 #58ec42

Analogous Colors of #4258ec

#4258ec #8142ec #42adec

Monochromatic Colors of #4258ec

#4258ec

Complementary Color

#4258ec #ecd642

#4258ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4258ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4258ec Color CSS Codes

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

#4258ec Text Font Color

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

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


#4258ec Background Color

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

This div background color is #4258ec


#4258ec Border Color

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

This div border color is #4258ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4258ec


Comments

No comments written yet.

Please login to write comment.