Color Hex Logo

#c707da Color Hex

#C707DA
(199,7,218)
0 Favorites   0 Comments

Color spaces of #c707da

RGB 1997218
HSL0.820.940.44
HSV295°97°85°
CMYK 0.090.970.00   0.15
XYZ36.284117.356067.7673
Yxy17.35600.29890.1430
Hunter Lab41.660582.5580-67.2820
CIE-Lab48.705583.8096-59.1977

#c707da color RGB value is (199,7,218).

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

The process color (four color CMYK) of #c707da color hex is 0.09, 0.97, 0.00, 0.15. Web safe color of #c707da is #cc00cc. Color #c707da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 11011010
Octal 307 7 332
Decimal 199 7 218
Hex C7 7 DA

RGB Percentages of Color #c707da

%46.93
%1.65
%51.42

CMYK Percentages of Color #c707da

%9
%97
%0
%15

Triadic Colors of #c707da

#c707da #dac707 #07dac7

Analogous Colors of #c707da

#c707da #da0784 #5d07da

Monochromatic Colors of #c707da

#c707da

Complementary Color

#c707da #1ada07

#c707da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c707da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c707da Color CSS Codes

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

#c707da Text Font Color

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

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


#c707da Background Color

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

This div background color is #c707da


#c707da Border Color

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

This div border color is #c707da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c707da


Comments

No comments written yet.

Please login to write comment.