Color Hex Logo

#41175d Color Hex

#41175D
(65,23,93)
0 Favorites   0 Comments

Color spaces of #41175d

RGB 652393
HSL0.770.600.23
HSV276°75°36°
CMYK 0.300.750.00   0.64
XYZ4.46222.526910.6085
Yxy2.52690.25360.1436
Hunter Lab15.896222.2880-28.4404
CIE-Lab18.039833.6504-33.3403

#41175d color RGB value is (65,23,93).

#41175d hex color red value is 65, green value is 23 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #41175d hue: 0.77 , saturation: 0.60 and the lightness value of 41175d is 0.23.

The process color (four color CMYK) of #41175d color hex is 0.30, 0.75, 0.00, 0.64. Web safe color of #41175d is #330066. Color #41175d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010111 01011101
Octal 101 27 135
Decimal 65 23 93
Hex 41 17 5D

RGB Percentages of Color #41175d

%35.91
%12.71
%51.38

CMYK Percentages of Color #41175d

%30
%75
%0
%64

Triadic Colors of #41175d

#41175d #5d4117 #175d41

Analogous Colors of #41175d

#41175d #5d1756 #1e175d

Monochromatic Colors of #41175d

#41175d

Complementary Color

#41175d #335d17

#41175d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41175d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41175d Color CSS Codes

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

#41175d Text Font Color

<p style="color:#41175d">Text here</p>

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


#41175d Background Color

<div style="background-color:#41175d">
Div content here</div>

This div background color is #41175d


#41175d Border Color

<div style="border:3px solid #41175d">
Div here</div>

This div border color is #41175d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,23,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41175d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41175d;
  -webkit-box-shadow: 1px 1px 3px 2px #41175d;
  box-shadow:         1px 1px 3px 2px #41175d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41175d


Comments

No comments written yet.

Please login to write comment.