Color Hex Logo

#c725bd Color Hex

#C725BD
(199,37,189)
0 Favorites   0 Comments

Color spaces of #c725bd

RGB 19937189
HSL0.840.690.46
HSV304°81°78°
CMYK 0.000.810.05   0.22
XYZ33.400117.139449.6920
Yxy17.13940.33320.1710
Hunter Lab41.399871.5589-42.1858
CIE-Lab48.435275.0982-42.8876

#c725bd color RGB value is (199,37,189).

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

The process color (four color CMYK) of #c725bd color hex is 0.00, 0.81, 0.05, 0.22. Web safe color of #c725bd is #cc33cc. Color #c725bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100101 10111101
Octal 307 45 275
Decimal 199 37 189
Hex C7 25 BD

RGB Percentages of Color #c725bd

%46.82
%8.71
%44.47

CMYK Percentages of Color #c725bd

%0
%81
%5
%22

Triadic Colors of #c725bd

#c725bd #bdc725 #25bdc7

Analogous Colors of #c725bd

#c725bd #c7256c #8025c7

Monochromatic Colors of #c725bd

#c725bd

Complementary Color

#c725bd #25c72f

#c725bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c725bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c725bd Color CSS Codes

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

#c725bd Text Font Color

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

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


#c725bd Background Color

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

This div background color is #c725bd


#c725bd Border Color

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

This div border color is #c725bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c725bd


Comments

No comments written yet.

Please login to write comment.