color codes Logo

#c807df color codes

#C807DF
(200,7,223)
0 Favorites   0 Comments

Color spaces of #c807df

RGB 2007223
HSL0.820.940.45
HSV294°97°87°
CMYK 0.100.970.00   0.13
XYZ37.214717.759071.2784
Yxy17.75900.29480.1407
Hunter Lab42.141483.8842-70.7847
CIE-Lab49.202584.7422-61.2404

#c807df color RGB value is (200,7,223).

#c807df hex color red value is 200, green value is 7 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c807df hue: 0.82 , saturation: 0.94 and the lightness value of c807df is 0.45.

The process color (four color CMYK) of #c807df color code is 0.10, 0.97, 0.00, 0.13. Web safe color of #c807df is #cc00cc. Color #c807df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000111 11011111
Octal 310 7 337
Decimal 200 7 223
Hex C8 7 DF

RGB Percentages of Color #c807df

%46.51
%1.63
%51.86

CMYK Percentages of Color #c807df

%10
%97
%0
%13

Triadic Colors of #c807df

#c807df #dfc807 #07dfc8

Analogous Colors of #c807df

#c807df #df078a #5c07df

Monochromatic Colors of #c807df

#c807df

Complementary Color

#c807df #1edf07

#c807df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c807df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c807df Color CSS Codes

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

#c807df Text Font Color

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

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


#c807df Background Color

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

This div background color is #c807df


#c807df Border Color

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

This div border color is #c807df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c807df


Comments

No comments written yet.

Please login to write comment.