Color Hex Logo

#c714c3 Color Hex

#C714C3
(199,20,195)
0 Favorites   0 Comments

Color spaces of #c714c3

RGB 19920195
HSL0.840.820.43
HSV301°90°78°
CMYK 0.000.900.02   0.22
XYZ33.653716.582653.0568
Yxy16.58260.32580.1605
Hunter Lab40.721776.2549-48.7444
CIE-Lab47.729779.0298-47.5038

#c714c3 color RGB value is (199,20,195).

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

The process color (four color CMYK) of #c714c3 color hex is 0.00, 0.90, 0.02, 0.22. Web safe color of #c714c3 is #cc00cc. Color #c714c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 11000011
Octal 307 24 303
Decimal 199 20 195
Hex C7 14 C3

RGB Percentages of Color #c714c3

%48.07
%4.83
%47.10

CMYK Percentages of Color #c714c3

%0
%90
%2
%22

Triadic Colors of #c714c3

#c714c3 #c3c714 #14c3c7

Analogous Colors of #c714c3

#c714c3 #c7146a #7214c7

Monochromatic Colors of #c714c3

#c714c3

Complementary Color

#c714c3 #14c718

#c714c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c714c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c714c3 Color CSS Codes

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

#c714c3 Text Font Color

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

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


#c714c3 Background Color

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

This div background color is #c714c3


#c714c3 Border Color

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

This div border color is #c714c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c714c3


Comments

No comments written yet.

Please login to write comment.