Color Hex Logo

#7540cd Color Hex

#7540CD
(117,64,205)
0 Favorites   0 Comments

Color spaces of #7540cd

RGB 11764205
HSL0.730.590.53
HSV263°69°80°
CMYK 0.430.690.00   0.20
XYZ20.189011.856558.9821
Yxy11.85650.22180.1303
Hunter Lab34.433344.4003-77.4569
CIE-Lab40.987152.6948-64.7823

#7540cd color RGB value is (117,64,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 11001101
Octal 165 100 315
Decimal 117 64 205
Hex 75 40 CD

RGB Percentages of Color #7540cd

%30.31
%16.58
%53.11

CMYK Percentages of Color #7540cd

%43
%69
%0
%20

Triadic Colors of #7540cd

#7540cd #cd7540 #40cd75

Analogous Colors of #7540cd

#7540cd #bc40cd #4052cd

Monochromatic Colors of #7540cd

#7540cd

Complementary Color

#7540cd #98cd40

#7540cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7540cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7540cd Color CSS Codes

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

#7540cd Text Font Color

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

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


#7540cd Background Color

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

This div background color is #7540cd


#7540cd Border Color

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

This div border color is #7540cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7540cd


Comments

No comments written yet.

Please login to write comment.