Color Hex Logo

#c707df Color Hex

#C707DF
(199,7,223)
0 Favorites   0 Comments

Color spaces of #c707df

RGB 1997223
HSL0.810.940.45
HSV293°97°87°
CMYK 0.110.970.00   0.13
XYZ36.948417.621871.2660
Yxy17.62180.29360.1400
Hunter Lab41.978383.6497-71.2709
CIE-Lab49.034184.5932-61.5206

#c707df color RGB value is (199,7,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 11011111
Octal 307 7 337
Decimal 199 7 223
Hex C7 7 DF

RGB Percentages of Color #c707df

%46.39
%1.63
%51.98

CMYK Percentages of Color #c707df

%11
%97
%0
%13

Triadic Colors of #c707df

#c707df #dfc707 #07dfc7

Analogous Colors of #c707df

#c707df #df078b #5b07df

Monochromatic Colors of #c707df

#c707df

Complementary Color

#c707df #1fdf07

#c707df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c707df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c707df Color CSS Codes

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

#c707df Text Font Color

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

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


#c707df Background Color

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

This div background color is #c707df


#c707df Border Color

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

This div border color is #c707df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c707df


Comments

No comments written yet.

Please login to write comment.