Color Hex Logo

#c725be Color Hex

#C725BE
(199,37,190)
0 Favorites   0 Comments

Color spaces of #c725be

RGB 19937190
HSL0.840.690.46
HSV303°81°78°
CMYK 0.000.810.05   0.22
XYZ33.509017.183050.2657
Yxy17.18300.33190.1702
Hunter Lab41.452471.7530-42.8792
CIE-Lab48.489875.2460-43.3838

#c725be color RGB value is (199,37,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100101 10111110
Octal 307 45 276
Decimal 199 37 190
Hex C7 25 BE

RGB Percentages of Color #c725be

%46.71
%8.69
%44.60

CMYK Percentages of Color #c725be

%0
%81
%5
%22

Triadic Colors of #c725be

#c725be #bec725 #25bec7

Analogous Colors of #c725be

#c725be #c7256d #7f25c7

Monochromatic Colors of #c725be

#c725be

Complementary Color

#c725be #25c72e

#c725be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c725be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c725be Color CSS Codes

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

#c725be Text Font Color

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

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


#c725be Background Color

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

This div background color is #c725be


#c725be Border Color

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

This div border color is #c725be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c725be


Comments

No comments written yet.

Please login to write comment.