Color Hex Logo

#c714df Color Hex

#C714DF
(199,20,223)
1 Favorites   0 Comments

Color spaces of #c714df

RGB 19920223
HSL0.810.840.48
HSV293°91°87°
CMYK 0.110.910.00   0.13
XYZ37.122617.970171.3240
Yxy17.97010.29370.1421
Hunter Lab42.391282.1307-70.0829
CIE-Lab49.459883.3310-60.8337

#c714df color RGB value is (199,20,223).

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

The process color (four color CMYK) of #c714df color hex is 0.11, 0.91, 0.00, 0.13. Web safe color of #c714df is #cc00cc. Color #c714df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 11011111
Octal 307 24 337
Decimal 199 20 223
Hex C7 14 DF

RGB Percentages of Color #c714df

%45.02
%4.52
%50.45

CMYK Percentages of Color #c714df

%11
%91
%0
%13

Triadic Colors of #c714df

#c714df #dfc714 #14dfc7

Analogous Colors of #c714df

#c714df #df1492 #6114df

Monochromatic Colors of #c714df

#c714df

Complementary Color

#c714df #2cdf14

#c714df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c714df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c714df Color CSS Codes

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

#c714df Text Font Color

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

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


#c714df Background Color

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

This div background color is #c714df


#c714df Border Color

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

This div border color is #c714df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c714df


Comments

No comments written yet.

Please login to write comment.