Color Hex Logo

#4076ca Color Hex

#4076CA
(64,118,202)
0 Favorites   0 Comments

Color spaces of #4076ca

RGB 64118202
HSL0.600.570.52
HSV217°68°79°
CMYK 0.680.420.00   0.21
XYZ19.253518.311158.3967
Yxy18.31110.20060.1908
Hunter Lab42.79155.4288-50.9579
CIE-Lab49.87139.7201-48.9236

#4076ca color RGB value is (64,118,202).

#4076ca hex color red value is 64, green value is 118 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4076ca hue: 0.60 , saturation: 0.57 and the lightness value of 4076ca is 0.52.

The process color (four color CMYK) of #4076ca color hex is 0.68, 0.42, 0.00, 0.21. Web safe color of #4076ca is #3366cc. Color #4076ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110110 11001010
Octal 100 166 312
Decimal 64 118 202
Hex 40 76 CA

RGB Percentages of Color #4076ca

%16.67
%30.73
%52.60

CMYK Percentages of Color #4076ca

%68
%42
%0
%21

Triadic Colors of #4076ca

#4076ca #ca4076 #76ca40

Analogous Colors of #4076ca

#4076ca #4f40ca #40bbca

Monochromatic Colors of #4076ca

#4076ca

Complementary Color

#4076ca #ca9440

#4076ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4076ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4076ca Color CSS Codes

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

#4076ca Text Font Color

<p style="color:#4076ca">Text here</p>

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


#4076ca Background Color

<div style="background-color:#4076ca">
Div content here</div>

This div background color is #4076ca


#4076ca Border Color

<div style="border:3px solid #4076ca">
Div here</div>

This div border color is #4076ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,118,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4076ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4076ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4076ca;
  box-shadow:         1px 1px 3px 2px #4076ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4076ca


Comments

No comments written yet.

Please login to write comment.