Color Hex Logo

#c726dc Color Hex

#C726DC
(199,38,220)
0 Favorites   0 Comments

Color spaces of #c726dc

RGB 19938220
HSL0.810.720.51
HSV293°83°86°
CMYK 0.100.830.00   0.14
XYZ37.164618.695669.3600
Yxy18.69560.29680.1493
Hunter Lab43.238477.7584-64.8419
CIE-Lab50.329279.7216-57.7257

#c726dc color RGB value is (199,38,220).

#c726dc hex color red value is 199, green value is 38 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c726dc hue: 0.81 , saturation: 0.72 and the lightness value of c726dc is 0.51.

The process color (four color CMYK) of #c726dc color hex is 0.10, 0.83, 0.00, 0.14. Web safe color of #c726dc is #cc33cc. Color #c726dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100110 11011100
Octal 307 46 334
Decimal 199 38 220
Hex C7 26 DC

RGB Percentages of Color #c726dc

%43.54
%8.32
%48.14

CMYK Percentages of Color #c726dc

%10
%83
%0
%14

Triadic Colors of #c726dc

#c726dc #dcc726 #26dcc7

Analogous Colors of #c726dc

#c726dc #dc2696 #6c26dc

Monochromatic Colors of #c726dc

#c726dc

Complementary Color

#c726dc #3bdc26

#c726dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c726dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c726dc Color CSS Codes

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

#c726dc Text Font Color

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

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


#c726dc Background Color

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

This div background color is #c726dc


#c726dc Border Color

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

This div border color is #c726dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c726dc


Comments

No comments written yet.

Please login to write comment.