Color Hex Logo

#4141cb Color Hex

#4141CB
(65,65,203)
0 Favorites   0 Comments

Color spaces of #4141cb

RGB 6565203
HSL0.670.570.53
HSV240°68°80°
CMYK 0.680.680.00   0.20
XYZ14.84989.216257.4961
Yxy9.21620.18210.1130
Hunter Lab30.358234.1870-91.0400
CIE-Lab36.397343.4462-71.3150

#4141cb color RGB value is (65,65,203).

#4141cb hex color red value is 65, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4141cb hue: 0.67 , saturation: 0.57 and the lightness value of 4141cb is 0.53.

The process color (four color CMYK) of #4141cb color hex is 0.68, 0.68, 0.00, 0.20. Web safe color of #4141cb is #3333cc. Color #4141cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000001 11001011
Octal 101 101 313
Decimal 65 65 203
Hex 41 41 CB

RGB Percentages of Color #4141cb

%19.52
%19.52
%60.96

CMYK Percentages of Color #4141cb

%68
%68
%0
%20

Triadic Colors of #4141cb

#4141cb #cb4141 #41cb41

Analogous Colors of #4141cb

#4141cb #8641cb #4186cb

Monochromatic Colors of #4141cb

#4141cb

Complementary Color

#4141cb #cbcb41

#4141cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4141cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4141cb Color CSS Codes

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

#4141cb Text Font Color

<p style="color:#4141cb">Text here</p>

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


#4141cb Background Color

<div style="background-color:#4141cb">
Div content here</div>

This div background color is #4141cb


#4141cb Border Color

<div style="border:3px solid #4141cb">
Div here</div>

This div border color is #4141cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,65,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4141cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4141cb;
  -webkit-box-shadow: 1px 1px 3px 2px #4141cb;
  box-shadow:         1px 1px 3px 2px #4141cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4141cb


Comments

No comments written yet.

Please login to write comment.