Color Hex Logo

#7341cd Color Hex

#7341CD
(115,65,205)
0 Favorites   0 Comments

Color spaces of #7341cd

RGB 11565205
HSL0.730.580.53
HSV261°68°80°
CMYK 0.440.680.00   0.20
XYZ19.980011.833258.9886
Yxy11.83320.22000.1303
Hunter Lab34.399443.4781-77.5917
CIE-Lab40.949851.8228-64.8527

#7341cd color RGB value is (115,65,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000001 11001101
Octal 163 101 315
Decimal 115 65 205
Hex 73 41 CD

RGB Percentages of Color #7341cd

%29.87
%16.88
%53.25

CMYK Percentages of Color #7341cd

%44
%68
%0
%20

Triadic Colors of #7341cd

#7341cd #cd7341 #41cd73

Analogous Colors of #7341cd

#7341cd #b941cd #4155cd

Monochromatic Colors of #7341cd

#7341cd

Complementary Color

#7341cd #9bcd41

#7341cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7341cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7341cd Color CSS Codes

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

#7341cd Text Font Color

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

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


#7341cd Background Color

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

This div background color is #7341cd


#7341cd Border Color

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

This div border color is #7341cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7341cd


Comments

No comments written yet.

Please login to write comment.