Color Hex Logo

#c714cc Color Hex

#C714CC
(199,20,204)
0 Favorites   0 Comments

Color spaces of #c714cc

RGB 19920204
HSL0.830.820.44
HSV298°90°80°
CMYK 0.020.900.00   0.20
XYZ34.702417.002158.5794
Yxy17.00210.31470.1542
Hunter Lab41.233678.0677-55.3681
CIE-Lab48.262780.3693-51.8663

#c714cc color RGB value is (199,20,204).

#c714cc hex color red value is 199, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c714cc hue: 0.83 , saturation: 0.82 and the lightness value of c714cc is 0.44.

The process color (four color CMYK) of #c714cc color hex is 0.02, 0.90, 0.00, 0.20. Web safe color of #c714cc is #cc00cc. Color #c714cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 11001100
Octal 307 24 314
Decimal 199 20 204
Hex C7 14 CC

RGB Percentages of Color #c714cc

%47.04
%4.73
%48.23

CMYK Percentages of Color #c714cc

%2
%90
%0
%20

Triadic Colors of #c714cc

#c714cc #ccc714 #14ccc7

Analogous Colors of #c714cc

#c714cc #cc1475 #6b14cc

Monochromatic Colors of #c714cc

#c714cc

Complementary Color

#c714cc #19cc14

#c714cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c714cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c714cc Color CSS Codes

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

#c714cc Text Font Color

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

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


#c714cc Background Color

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

This div background color is #c714cc


#c714cc Border Color

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

This div border color is #c714cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,20,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c714cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c714cc;
  -webkit-box-shadow: 1px 1px 3px 2px #c714cc;
  box-shadow:         1px 1px 3px 2px #c714cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,20,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c714cc


Comments

No comments written yet.

Please login to write comment.