Color Hex Logo

#4041ca Color Hex

#4041CA
(64,65,202)
0 Favorites   0 Comments

Color spaces of #4041ca

RGB 6465202
HSL0.670.570.52
HSV240°68°79°
CMYK 0.680.680.00   0.21
XYZ14.66539.134956.8674
Yxy9.13490.18180.1132
Hunter Lab30.224033.7198-90.3992
CIE-Lab36.242742.9924-70.9900

#4041ca color RGB value is (64,65,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000001 11001010
Octal 100 101 312
Decimal 64 65 202
Hex 40 41 CA

RGB Percentages of Color #4041ca

%19.34
%19.64
%61.03

CMYK Percentages of Color #4041ca

%68
%68
%0
%21

Triadic Colors of #4041ca

#4041ca #ca4041 #41ca40

Analogous Colors of #4041ca

#4041ca #8440ca #4086ca

Monochromatic Colors of #4041ca

#4041ca

Complementary Color

#4041ca #cac940

#4041ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4041ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4041ca Color CSS Codes

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

#4041ca Text Font Color

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

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


#4041ca Background Color

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

This div background color is #4041ca


#4041ca Border Color

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

This div border color is #4041ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4041ca


Comments

No comments written yet.

Please login to write comment.