Color Hex Logo

#c726ce Color Hex

#C726CE
(199,38,206)
0 Favorites   0 Comments

Color spaces of #c726ce

RGB 19938206
HSL0.830.690.48
HSV298°82°81°
CMYK 0.030.820.00   0.19
XYZ35.386917.984659.9988
Yxy17.98460.31210.1586
Hunter Lab42.408374.7321-54.1972
CIE-Lab49.477477.4677-51.0753

#c726ce color RGB value is (199,38,206).

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

The process color (four color CMYK) of #c726ce color hex is 0.03, 0.82, 0.00, 0.19. Web safe color of #c726ce is #cc33cc. Color #c726ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100110 11001110
Octal 307 46 316
Decimal 199 38 206
Hex C7 26 CE

RGB Percentages of Color #c726ce

%44.92
%8.58
%46.50

CMYK Percentages of Color #c726ce

%3
%82
%0
%19

Triadic Colors of #c726ce

#c726ce #cec726 #26cec7

Analogous Colors of #c726ce

#c726ce #ce2681 #7326ce

Monochromatic Colors of #c726ce

#c726ce

Complementary Color

#c726ce #2dce26

#c726ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c726ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c726ce Color CSS Codes

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

#c726ce Text Font Color

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

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


#c726ce Background Color

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

This div background color is #c726ce


#c726ce Border Color

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

This div border color is #c726ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c726ce


Comments

No comments written yet.

Please login to write comment.