Color Hex Logo

#7310cf Color Hex

#7310CF
(115,16,207)
0 Favorites   0 Comments

Color spaces of #7310cf

RGB 11516207
HSL0.750.860.44
HSV271°92°81°
CMYK 0.440.920.00   0.19
XYZ18.51808.520459.7001
Yxy8.52040.21350.0982
Hunter Lab29.189762.1586-100.8297
CIE-Lab35.044069.8430-75.6880

#7310cf color RGB value is (115,16,207).

#7310cf hex color red value is 115, green value is 16 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7310cf hue: 0.75 , saturation: 0.86 and the lightness value of 7310cf is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010000 11001111
Octal 163 20 317
Decimal 115 16 207
Hex 73 10 CF

RGB Percentages of Color #7310cf

%34.02
%4.73
%61.24

CMYK Percentages of Color #7310cf

%44
%92
%0
%19

Triadic Colors of #7310cf

#7310cf #cf7310 #10cf73

Analogous Colors of #7310cf

#7310cf #cf10cc #1310cf

Monochromatic Colors of #7310cf

#7310cf

Complementary Color

#7310cf #6ccf10

#7310cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7310cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7310cf Color CSS Codes

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

#7310cf Text Font Color

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

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


#7310cf Background Color

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

This div background color is #7310cf


#7310cf Border Color

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

This div border color is #7310cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7310cf


Comments

No comments written yet.

Please login to write comment.