Color Hex Logo

#c714bf Color Hex

#C714BF
(199,20,191)
0 Favorites   0 Comments

Color spaces of #c714bf

RGB 19920191
HSL0.840.820.43
HSV303°90°78°
CMYK 0.000.900.04   0.22
XYZ33.207316.404050.7063
Yxy16.40400.33100.1635
Hunter Lab40.501975.4732-45.8768
CIE-Lab47.500178.4485-45.5404

#c714bf color RGB value is (199,20,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 10111111
Octal 307 24 277
Decimal 199 20 191
Hex C7 14 BF

RGB Percentages of Color #c714bf

%48.54
%4.88
%46.59

CMYK Percentages of Color #c714bf

%0
%90
%4
%22

Triadic Colors of #c714bf

#c714bf #bfc714 #14bfc7

Analogous Colors of #c714bf

#c714bf #c71466 #7614c7

Monochromatic Colors of #c714bf

#c714bf

Complementary Color

#c714bf #14c71c

#c714bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c714bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c714bf Color CSS Codes

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

#c714bf Text Font Color

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

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


#c714bf Background Color

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

This div background color is #c714bf


#c714bf Border Color

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

This div border color is #c714bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c714bf


Comments

No comments written yet.

Please login to write comment.