color codes Logo

#c725cc color codes

#C725CC
(199,37,204)
0 Favorites   0 Comments

Color spaces of #c725cc

RGB 19937204
HSL0.830.690.47
HSV298°82°80°
CMYK 0.020.820.00   0.20
XYZ35.113817.824958.7166
Yxy17.82490.31450.1596
Hunter Lab42.219574.5734-52.9036
CIE-Lab49.283077.3779-50.2340

#c725cc color RGB value is (199,37,204).

#c725cc hex color red value is 199, green value is 37 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c725cc hue: 0.83 , saturation: 0.69 and the lightness value of c725cc is 0.47.

The process color (four color CMYK) of #c725cc color code is 0.02, 0.82, 0.00, 0.20. Web safe color of #c725cc is #cc33cc. Color #c725cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100101 11001100
Octal 307 45 314
Decimal 199 37 204
Hex C7 25 CC

RGB Percentages of Color #c725cc

%45.23
%8.41
%46.36

CMYK Percentages of Color #c725cc

%2
%82
%0
%20

Triadic Colors of #c725cc

#c725cc #ccc725 #25ccc7

Analogous Colors of #c725cc

#c725cc #cc257e #7425cc

Monochromatic Colors of #c725cc

#c725cc

Complementary Color

#c725cc #2acc25

#c725cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c725cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c725cc Color CSS Codes

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

#c725cc Text Font Color

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

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


#c725cc Background Color

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

This div background color is #c725cc


#c725cc Border Color

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

This div border color is #c725cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c725cc


Comments

No comments written yet.

Please login to write comment.