Color Hex Logo

#7317cb Color Hex

#7317CB
(115,23,203)
0 Favorites   0 Comments

Color spaces of #7317cb

RGB 11523203
HSL0.750.800.44
HSV271°89°80°
CMYK 0.430.890.00   0.20
XYZ18.15618.569457.1970
Yxy8.56940.21630.1021
Hunter Lab29.273559.4810-95.3541
CIE-Lab35.141767.5213-73.1990

#7317cb color RGB value is (115,23,203).

#7317cb hex color red value is 115, green value is 23 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7317cb hue: 0.75 , saturation: 0.80 and the lightness value of 7317cb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010111 11001011
Octal 163 27 313
Decimal 115 23 203
Hex 73 17 CB

RGB Percentages of Color #7317cb

%33.72
%6.74
%59.53

CMYK Percentages of Color #7317cb

%43
%89
%0
%20

Triadic Colors of #7317cb

#7317cb #cb7317 #17cb73

Analogous Colors of #7317cb

#7317cb #cb17c9 #1917cb

Monochromatic Colors of #7317cb

#7317cb

Complementary Color

#7317cb #6fcb17

#7317cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7317cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7317cb Color CSS Codes

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

#7317cb Text Font Color

<p style="color:#7317cb">Text here</p>

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


#7317cb Background Color

<div style="background-color:#7317cb">
Div content here</div>

This div background color is #7317cb


#7317cb Border Color

<div style="border:3px solid #7317cb">
Div here</div>

This div border color is #7317cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,23,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7317cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7317cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7317cb;
  box-shadow:         1px 1px 3px 2px #7317cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,23,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7317cb


Comments

No comments written yet.

Please login to write comment.