color codes Logo

#c726ba color codes

#C726BA
(199,38,186)
0 Favorites   0 Comments

Color spaces of #c726ba

RGB 19938186
HSL0.850.680.46
HSV305°81°78°
CMYK 0.000.810.07   0.22
XYZ33.109217.073548.0048
Yxy17.07350.33720.1739
Hunter Lab41.320170.7193-39.9578
CIE-Lab48.352574.4273-41.2673

#c726ba color RGB value is (199,38,186).

#c726ba hex color red value is 199, green value is 38 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c726ba hue: 0.85 , saturation: 0.68 and the lightness value of c726ba is 0.46.

The process color (four color CMYK) of #c726ba color code is 0.00, 0.81, 0.07, 0.22. Web safe color of #c726ba is #cc33cc. Color #c726ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100110 10111010
Octal 307 46 272
Decimal 199 38 186
Hex C7 26 BA

RGB Percentages of Color #c726ba

%47.04
%8.98
%43.97

CMYK Percentages of Color #c726ba

%0
%81
%7
%22

Triadic Colors of #c726ba

#c726ba #bac726 #26bac7

Analogous Colors of #c726ba

#c726ba #c7266a #8426c7

Monochromatic Colors of #c726ba

#c726ba

Complementary Color

#c726ba #26c733

#c726ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c726ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c726ba Color CSS Codes

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

#c726ba Text Font Color

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

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


#c726ba Background Color

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

This div background color is #c726ba


#c726ba Border Color

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

This div border color is #c726ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c726ba


Comments

No comments written yet.

Please login to write comment.