Color Hex Logo

#7507cd Color Hex

#7507CD
(117,7,205)
0 Favorites   0 Comments

Color spaces of #7507cd

RGB 1177205
HSL0.760.930.42
HSV273°97°80°
CMYK 0.430.970.00   0.20
XYZ18.43158.341658.3963
Yxy8.34160.21640.0979
Hunter Lab28.881863.3700-99.6614
CIE-Lab34.684470.9408-75.1075

#7507cd color RGB value is (117,7,205).

#7507cd hex color red value is 117, green value is 7 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7507cd hue: 0.76 , saturation: 0.93 and the lightness value of 7507cd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 11001101
Octal 165 7 315
Decimal 117 7 205
Hex 75 7 CD

RGB Percentages of Color #7507cd

%35.56
%2.13
%62.31

CMYK Percentages of Color #7507cd

%43
%97
%0
%20

Triadic Colors of #7507cd

#7507cd #cd7507 #07cd75

Analogous Colors of #7507cd

#7507cd #cd07c2 #1207cd

Monochromatic Colors of #7507cd

#7507cd

Complementary Color

#7507cd #5fcd07

#7507cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7507cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7507cd Color CSS Codes

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

#7507cd Text Font Color

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

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


#7507cd Background Color

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

This div background color is #7507cd


#7507cd Border Color

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

This div border color is #7507cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7507cd


Comments

No comments written yet.

Please login to write comment.