Color Hex Logo

#4018bc Color Hex

#4018BC
(64,24,188)
0 Favorites   0 Comments

Color spaces of #4018bc

RGB 6424188
HSL0.710.770.42
HSV255°87°74°
CMYK 0.660.870.00   0.26
XYZ11.51815.374148.0072
Yxy5.37410.17750.0828
Hunter Lab23.182148.1196-106.5546
CIE-Lab27.775058.7436-76.7483

#4018bc color RGB value is (64,24,188).

#4018bc hex color red value is 64, green value is 24 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4018bc hue: 0.71 , saturation: 0.77 and the lightness value of 4018bc is 0.42.

The process color (four color CMYK) of #4018bc color hex is 0.66, 0.87, 0.00, 0.26. Web safe color of #4018bc is #3300cc. Color #4018bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011000 10111100
Octal 100 30 274
Decimal 64 24 188
Hex 40 18 BC

RGB Percentages of Color #4018bc

%23.19
%8.70
%68.12

CMYK Percentages of Color #4018bc

%66
%87
%0
%26

Triadic Colors of #4018bc

#4018bc #bc4018 #18bc40

Analogous Colors of #4018bc

#4018bc #9218bc #1842bc

Monochromatic Colors of #4018bc

#4018bc

Complementary Color

#4018bc #94bc18

#4018bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4018bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4018bc Color CSS Codes

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

#4018bc Text Font Color

<p style="color:#4018bc">Text here</p>

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


#4018bc Background Color

<div style="background-color:#4018bc">
Div content here</div>

This div background color is #4018bc


#4018bc Border Color

<div style="border:3px solid #4018bc">
Div here</div>

This div border color is #4018bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,24,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4018bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4018bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4018bc;
  box-shadow:         1px 1px 3px 2px #4018bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,24,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4018bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4018bc


Comments

No comments written yet.

Please login to write comment.