Color Hex Logo

#7509ce Color Hex

#7509CE
(117,9,206)
0 Favorites   0 Comments

Color spaces of #7509ce

RGB 1179206
HSL0.760.920.42
HSV273°96°81°
CMYK 0.430.960.00   0.19
XYZ18.57448.433559.0414
Yxy8.43350.21590.0980
Hunter Lab29.040563.3484-100.2125
CIE-Lab34.869970.8875-75.3839

#7509ce color RGB value is (117,9,206).

#7509ce hex color red value is 117, green value is 9 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7509ce hue: 0.76 , saturation: 0.92 and the lightness value of 7509ce is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001001 11001110
Octal 165 11 316
Decimal 117 9 206
Hex 75 9 CE

RGB Percentages of Color #7509ce

%35.24
%2.71
%62.05

CMYK Percentages of Color #7509ce

%43
%96
%0
%19

Triadic Colors of #7509ce

#7509ce #ce7509 #09ce75

Analogous Colors of #7509ce

#7509ce #ce09c5 #1309ce

Monochromatic Colors of #7509ce

#7509ce

Complementary Color

#7509ce #62ce09

#7509ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7509ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7509ce Color CSS Codes

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

#7509ce Text Font Color

<p style="color:#7509ce">Text here</p>

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


#7509ce Background Color

<div style="background-color:#7509ce">
Div content here</div>

This div background color is #7509ce


#7509ce Border Color

<div style="border:3px solid #7509ce">
Div here</div>

This div border color is #7509ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,9,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7509ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7509ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7509ce;
  box-shadow:         1px 1px 3px 2px #7509ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7509ce


Comments

No comments written yet.

Please login to write comment.