Color Hex Logo

#4143cd Color Hex

#4143CD
(65,67,205)
0 Favorites   0 Comments

Color spaces of #4143cd

RGB 6567205
HSL0.660.580.53
HSV239°68°80°
CMYK 0.680.670.00   0.20
XYZ15.20669.545958.7987
Yxy9.54590.18200.1143
Hunter Lab30.896433.7853-91.2067
CIE-Lab37.014842.9243-71.4620

#4143cd color RGB value is (65,67,205).

#4143cd hex color red value is 65, green value is 67 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4143cd hue: 0.66 , saturation: 0.58 and the lightness value of 4143cd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000011 11001101
Octal 101 103 315
Decimal 65 67 205
Hex 41 43 CD

RGB Percentages of Color #4143cd

%19.29
%19.88
%60.83

CMYK Percentages of Color #4143cd

%68
%67
%0
%20

Triadic Colors of #4143cd

#4143cd #cd4143 #43cd41

Analogous Colors of #4143cd

#4143cd #8541cd #4189cd

Monochromatic Colors of #4143cd

#4143cd

Complementary Color

#4143cd #cdcb41

#4143cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4143cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4143cd Color CSS Codes

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

#4143cd Text Font Color

<p style="color:#4143cd">Text here</p>

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


#4143cd Background Color

<div style="background-color:#4143cd">
Div content here</div>

This div background color is #4143cd


#4143cd Border Color

<div style="border:3px solid #4143cd">
Div here</div>

This div border color is #4143cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,67,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4143cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4143cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4143cd;
  box-shadow:         1px 1px 3px 2px #4143cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4143cd


Comments

No comments written yet.

Please login to write comment.