Color Hex Logo

#c831de Color Hex

#C831DE
(200,49,222)
0 Favorites   0 Comments

Color spaces of #c831de

RGB 20049222
HSL0.810.720.53
HSV292°78°87°
CMYK 0.100.780.00   0.13
XYZ38.102519.749970.9111
Yxy19.74990.29590.1534
Hunter Lab44.440975.2700-63.4962
CIE-Lab51.553377.4955-56.8885

#c831de color RGB value is (200,49,222).

#c831de hex color red value is 200, green value is 49 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c831de hue: 0.81 , saturation: 0.72 and the lightness value of c831de is 0.53.

The process color (four color CMYK) of #c831de color hex is 0.10, 0.78, 0.00, 0.13. Web safe color of #c831de is #cc33cc. Color #c831de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110001 11011110
Octal 310 61 336
Decimal 200 49 222
Hex C8 31 DE

RGB Percentages of Color #c831de

%42.46
%10.40
%47.13

CMYK Percentages of Color #c831de

%10
%78
%0
%13

Triadic Colors of #c831de

#c831de #dec831 #31dec8

Analogous Colors of #c831de

#c831de #de319e #7231de

Monochromatic Colors of #c831de

#c831de

Complementary Color

#c831de #47de31

#c831de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c831de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c831de Color CSS Codes

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

#c831de Text Font Color

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

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


#c831de Background Color

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

This div background color is #c831de


#c831de Border Color

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

This div border color is #c831de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,49,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c831de


Comments

No comments written yet.

Please login to write comment.