Color Hex Logo

#c700c0 Color Hex

#C700C0
(199,0,192)
0 Favorites   0 Comments

Color spaces of #c700c0

RGB 1990192
HSL0.841.000.39
HSV302°100°78°
CMYK 0.001.000.04   0.22
XYZ33.067615.947951.2046
Yxy15.94790.32990.1591
Hunter Lab39.934877.9191-48.0675
CIE-Lab46.906180.5146-47.0708

#c700c0 color RGB value is (199,0,192).

#c700c0 hex color red value is 199, green value is 0 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #c700c0 hue: 0.84 , saturation: 1.00 and the lightness value of c700c0 is 0.39.

The process color (four color CMYK) of #c700c0 color hex is 0.00, 1.00, 0.04, 0.22. Web safe color of #c700c0 is #cc00cc. Color #c700c0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 11000000
Octal 307 0 300
Decimal 199 0 192
Hex C7 0 C0

RGB Percentages of Color #c700c0

%50.90
%0.00
%49.10

CMYK Percentages of Color #c700c0

%0
%100
%4
%22

Triadic Colors of #c700c0

#c700c0 #c0c700 #00c0c7

Analogous Colors of #c700c0

#c700c0 #c7005d #6b00c7

Monochromatic Colors of #c700c0

#c700c0

Complementary Color

#c700c0 #00c707

#c700c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c700c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c700c0 Color CSS Codes

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

#c700c0 Text Font Color

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

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


#c700c0 Background Color

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

This div background color is #c700c0


#c700c0 Border Color

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

This div border color is #c700c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c700c0


Comments

No comments written yet.

Please login to write comment.