Color Hex Logo

#4255ec Color Hex

#4255EC
(66,85,236)
0 Favorites   0 Comments

Color spaces of #4255ec

RGB 6685236
HSL0.650.820.59
HSV233°72°93°
CMYK 0.720.640.00   0.07
XYZ20.635613.711480.9158
Yxy13.71140.17900.1190
Hunter Lab37.028934.6745-103.6406
CIE-Lab43.816242.6844-78.0254

#4255ec color RGB value is (66,85,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010101 11101100
Octal 102 125 354
Decimal 66 85 236
Hex 42 55 EC

RGB Percentages of Color #4255ec

%17.05
%21.96
%60.98

CMYK Percentages of Color #4255ec

%72
%64
%0
%7

Triadic Colors of #4255ec

#4255ec #ec4255 #55ec42

Analogous Colors of #4255ec

#4255ec #8442ec #42aaec

Monochromatic Colors of #4255ec

#4255ec

Complementary Color

#4255ec #ecd942

#4255ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4255ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4255ec Color CSS Codes

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

#4255ec Text Font Color

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

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


#4255ec Background Color

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

This div background color is #4255ec


#4255ec Border Color

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

This div border color is #4255ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4255ec


Comments

No comments written yet.

Please login to write comment.