Color Hex Logo

#4015ec Color Hex

#4015EC
(64,21,236)
0 Favorites   0 Comments

Color spaces of #4015ec

RGB 6421236
HSL0.700.850.50
HSV252°91°93°
CMYK 0.730.910.00   0.07
XYZ17.52287.682479.9162
Yxy7.68240.16670.0731
Hunter Lab27.717164.3428-151.5475
CIE-Lab33.312572.0178-95.3861

#4015ec color RGB value is (64,21,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010101 11101100
Octal 100 25 354
Decimal 64 21 236
Hex 40 15 EC

RGB Percentages of Color #4015ec

%19.94
%6.54
%73.52

CMYK Percentages of Color #4015ec

%73
%91
%0
%7

Triadic Colors of #4015ec

#4015ec #ec4015 #15ec40

Analogous Colors of #4015ec

#4015ec #ac15ec #1556ec

Monochromatic Colors of #4015ec

#4015ec

Complementary Color

#4015ec #c1ec15

#4015ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4015ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4015ec Color CSS Codes

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

#4015ec Text Font Color

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

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


#4015ec Background Color

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

This div background color is #4015ec


#4015ec Border Color

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

This div border color is #4015ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4015ec


Comments

No comments written yet.

Please login to write comment.