Color Hex Logo

#7314ca Color Hex

#7314CA
(115,20,202)
0 Favorites   0 Comments

Color spaces of #7314ca

RGB 11520202
HSL0.750.820.44
HSV271°90°79°
CMYK 0.430.900.00   0.21
XYZ17.98118.409456.5526
Yxy8.40940.21680.1014
Hunter Lab28.999059.9325-95.3257
CIE-Lab34.821467.9737-73.1429

#7314ca color RGB value is (115,20,202).

#7314ca hex color red value is 115, green value is 20 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7314ca hue: 0.75 , saturation: 0.82 and the lightness value of 7314ca is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010100 11001010
Octal 163 24 312
Decimal 115 20 202
Hex 73 14 CA

RGB Percentages of Color #7314ca

%34.12
%5.93
%59.94

CMYK Percentages of Color #7314ca

%43
%90
%0
%21

Triadic Colors of #7314ca

#7314ca #ca7314 #14ca73

Analogous Colors of #7314ca

#7314ca #ca14c6 #1814ca

Monochromatic Colors of #7314ca

#7314ca

Complementary Color

#7314ca #6bca14

#7314ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7314ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7314ca Color CSS Codes

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

#7314ca Text Font Color

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

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


#7314ca Background Color

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

This div background color is #7314ca


#7314ca Border Color

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

This div border color is #7314ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7314ca


Comments

No comments written yet.

Please login to write comment.