Color Hex Logo

#7613ca Color Hex

#7613CA
(118,19,202)
0 Favorites   0 Comments

Color spaces of #7613ca

RGB 11819202
HSL0.760.830.43
HSV272°91°79°
CMYK 0.420.910.00   0.21
XYZ18.36488.581656.5656
Yxy8.58160.21990.1028
Hunter Lab29.294460.6375-93.9792
CIE-Lab35.165968.5159-72.5612

#7613ca color RGB value is (118,19,202).

#7613ca hex color red value is 118, green value is 19 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7613ca hue: 0.76 , saturation: 0.83 and the lightness value of 7613ca is 0.43.

The process color (four color CMYK) of #7613ca color hex is 0.42, 0.91, 0.00, 0.21. Web safe color of #7613ca is #6600cc. Color #7613ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 11001010
Octal 166 23 312
Decimal 118 19 202
Hex 76 13 CA

RGB Percentages of Color #7613ca

%34.81
%5.60
%59.59

CMYK Percentages of Color #7613ca

%42
%91
%0
%21

Triadic Colors of #7613ca

#7613ca #ca7613 #13ca76

Analogous Colors of #7613ca

#7613ca #ca13c3 #1b13ca

Monochromatic Colors of #7613ca

#7613ca

Complementary Color

#7613ca #67ca13

#7613ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7613ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7613ca Color CSS Codes

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

#7613ca Text Font Color

<p style="color:#7613ca">Text here</p>

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


#7613ca Background Color

<div style="background-color:#7613ca">
Div content here</div>

This div background color is #7613ca


#7613ca Border Color

<div style="border:3px solid #7613ca">
Div here</div>

This div border color is #7613ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,19,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7613ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7613ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7613ca;
  box-shadow:         1px 1px 3px 2px #7613ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,19,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7613ca


Comments

No comments written yet.

Please login to write comment.