Color Hex Logo

#4241ca Color Hex

#4241CA
(66,65,202)
0 Favorites   0 Comments

Color spaces of #4241ca

RGB 6665202
HSL0.670.560.52
HSV240°68°79°
CMYK 0.670.680.00   0.21
XYZ14.79779.203156.8736
Yxy9.20310.18300.1138
Hunter Lab30.336633.9803-89.9184
CIE-Lab36.372443.2380-70.7723

#4241ca color RGB value is (66,65,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 11001010
Octal 102 101 312
Decimal 66 65 202
Hex 42 41 CA

RGB Percentages of Color #4241ca

%19.82
%19.52
%60.66

CMYK Percentages of Color #4241ca

%67
%68
%0
%21

Triadic Colors of #4241ca

#4241ca #ca4241 #41ca42

Analogous Colors of #4241ca

#4241ca #8741ca #4185ca

Monochromatic Colors of #4241ca

#4241ca

Complementary Color

#4241ca #c9ca41

#4241ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4241ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4241ca Color CSS Codes

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

#4241ca Text Font Color

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

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


#4241ca Background Color

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

This div background color is #4241ca


#4241ca Border Color

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

This div border color is #4241ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4241ca


Comments

No comments written yet.

Please login to write comment.