Color Hex Logo

#4075bc Color Hex

#4075BC
(64,117,188)
0 Favorites   0 Comments

Color spaces of #4075bc

RGB 64117188
HSL0.600.490.49
HSV214°66°74°
CMYK 0.660.380.00   0.26
XYZ17.552717.443450.0187
Yxy17.44340.20650.2052
Hunter Lab41.76531.9289-41.7708
CIE-Lab48.81395.3631-42.5713

#4075bc color RGB value is (64,117,188).

#4075bc hex color red value is 64, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4075bc hue: 0.60 , saturation: 0.49 and the lightness value of 4075bc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110101 10111100
Octal 100 165 274
Decimal 64 117 188
Hex 40 75 BC

RGB Percentages of Color #4075bc

%17.34
%31.71
%50.95

CMYK Percentages of Color #4075bc

%66
%38
%0
%26

Triadic Colors of #4075bc

#4075bc #bc4075 #75bc40

Analogous Colors of #4075bc

#4075bc #4940bc #40b3bc

Monochromatic Colors of #4075bc

#4075bc

Complementary Color

#4075bc #bc8740

#4075bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4075bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4075bc Color CSS Codes

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

#4075bc Text Font Color

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

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


#4075bc Background Color

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

This div background color is #4075bc


#4075bc Border Color

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

This div border color is #4075bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4075bc


Comments

No comments written yet.

Please login to write comment.