Color Hex Logo

#c731ce Color Hex

#C731CE
(199,49,206)
0 Favorites   0 Comments

Color spaces of #c731ce

RGB 19949206
HSL0.830.620.50
HSV297°76°81°
CMYK 0.030.760.00   0.19
XYZ35.792118.795060.1339
Yxy18.79500.31200.1638
Hunter Lab43.353271.5003-51.8921
CIE-Lab50.446574.6584-49.5274

#c731ce color RGB value is (199,49,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110001 11001110
Octal 307 61 316
Decimal 199 49 206
Hex C7 31 CE

RGB Percentages of Color #c731ce

%43.83
%10.79
%45.37

CMYK Percentages of Color #c731ce

%3
%76
%0
%19

Triadic Colors of #c731ce

#c731ce #cec731 #31cec7

Analogous Colors of #c731ce

#c731ce #ce3187 #7931ce

Monochromatic Colors of #c731ce

#c731ce

Complementary Color

#c731ce #38ce31

#c731ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c731ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c731ce Color CSS Codes

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

#c731ce Text Font Color

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

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


#c731ce Background Color

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

This div background color is #c731ce


#c731ce Border Color

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

This div border color is #c731ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,49,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 #c731ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c731ce


Comments

No comments written yet.

Please login to write comment.