Color Hex Logo

#c814df Color Hex

#C814DF
(200,20,223)
0 Favorites   0 Comments

Color spaces of #c814df

RGB 20020223
HSL0.810.840.48
HSV293°91°87°
CMYK 0.100.910.00   0.13
XYZ37.388918.107471.3365
Yxy18.10740.29480.1428
Hunter Lab42.552882.3712-69.6082
CIE-Lab49.626183.4860-60.5572

#c814df color RGB value is (200,20,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010100 11011111
Octal 310 24 337
Decimal 200 20 223
Hex C8 14 DF

RGB Percentages of Color #c814df

%45.15
%4.51
%50.34

CMYK Percentages of Color #c814df

%10
%91
%0
%13

Triadic Colors of #c814df

#c814df #dfc814 #14dfc8

Analogous Colors of #c814df

#c814df #df1491 #6214df

Monochromatic Colors of #c814df

#c814df

Complementary Color

#c814df #2bdf14

#c814df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c814df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c814df Color CSS Codes

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

#c814df Text Font Color

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

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


#c814df Background Color

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

This div background color is #c814df


#c814df Border Color

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

This div border color is #c814df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c814df


Comments

No comments written yet.

Please login to write comment.