Color Hex Logo

#7714ca Color Hex

#7714CA
(119,20,202)
0 Favorites   0 Comments

Color spaces of #7714ca

RGB 11920202
HSL0.760.820.44
HSV273°90°79°
CMYK 0.410.900.00   0.21
XYZ18.51868.686556.5777
Yxy8.68650.22100.1037
Hunter Lab29.472960.5789-93.1853
CIE-Lab35.373668.4256-72.2147

#7714ca color RGB value is (119,20,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010100 11001010
Octal 167 24 312
Decimal 119 20 202
Hex 77 14 CA

RGB Percentages of Color #7714ca

%34.90
%5.87
%59.24

CMYK Percentages of Color #7714ca

%41
%90
%0
%21

Triadic Colors of #7714ca

#7714ca #ca7714 #14ca77

Analogous Colors of #7714ca

#7714ca #ca14c2 #1c14ca

Monochromatic Colors of #7714ca

#7714ca

Complementary Color

#7714ca #67ca14

#7714ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7714ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7714ca Color CSS Codes

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

#7714ca Text Font Color

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

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


#7714ca Background Color

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

This div background color is #7714ca


#7714ca Border Color

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

This div border color is #7714ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7714ca


Comments

No comments written yet.

Please login to write comment.