Color Hex Logo

#7501cf Color Hex

#7501CF
(117,1,207)
0 Favorites   0 Comments

Color spaces of #7501cf

RGB 1171207
HSL0.760.990.41
HSV274°100°81°
CMYK 0.431.000.00   0.19
XYZ18.60958.308659.6544
Yxy8.30860.21500.0960
Hunter Lab28.824664.7984-102.5271
CIE-Lab34.617572.1580-76.3815

#7501cf color RGB value is (117,1,207).

#7501cf hex color red value is 117, green value is 1 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7501cf hue: 0.76 , saturation: 0.99 and the lightness value of 7501cf is 0.41.

The process color (four color CMYK) of #7501cf color hex is 0.43, 1.00, 0.00, 0.19. Web safe color of #7501cf is #6600cc. Color #7501cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000001 11001111
Octal 165 1 317
Decimal 117 1 207
Hex 75 1 CF

RGB Percentages of Color #7501cf

%36.00
%0.31
%63.69

CMYK Percentages of Color #7501cf

%43
%100
%0
%19

Triadic Colors of #7501cf

#7501cf #cf7501 #01cf75

Analogous Colors of #7501cf

#7501cf #cf01c2 #0e01cf

Monochromatic Colors of #7501cf

#7501cf

Complementary Color

#7501cf #5bcf01

#7501cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7501cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7501cf Color CSS Codes

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

#7501cf Text Font Color

<p style="color:#7501cf">Text here</p>

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


#7501cf Background Color

<div style="background-color:#7501cf">
Div content here</div>

This div background color is #7501cf


#7501cf Border Color

<div style="border:3px solid #7501cf">
Div here</div>

This div border color is #7501cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,1,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7501cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7501cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7501cf;
  box-shadow:         1px 1px 3px 2px #7501cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,1,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7501cf


Comments

No comments written yet.

Please login to write comment.