Color Hex Logo

#c883de Color Hex

#C883DE
(200,131,222)
0 Favorites   0 Comments

Color spaces of #c883de

RGB 200131222
HSL0.790.580.69
HSV285°41°87°
CMYK 0.100.410.00   0.13
XYZ45.120533.785973.2505
Yxy33.78590.29650.2220
Hunter Lab58.125636.8422-34.0299
CIE-Lab64.792341.8029-35.9485

#c883de color RGB value is (200,131,222).

#c883de hex color red value is 200, green value is 131 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c883de hue: 0.79 , saturation: 0.58 and the lightness value of c883de is 0.69.

The process color (four color CMYK) of #c883de color hex is 0.10, 0.41, 0.00, 0.13. Web safe color of #c883de is #cc99cc. Color #c883de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 11011110
Octal 310 203 336
Decimal 200 131 222
Hex C8 83 DE

RGB Percentages of Color #c883de

%36.17
%23.69
%40.14

CMYK Percentages of Color #c883de

%10
%41
%0
%13

Triadic Colors of #c883de

#c883de #dec883 #83dec8

Analogous Colors of #c883de

#c883de #de83c7 #9b83de

Monochromatic Colors of #c883de

#c883de

Complementary Color

#c883de #99de83

#c883de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c883de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c883de Color CSS Codes

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

#c883de Text Font Color

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

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


#c883de Background Color

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

This div background color is #c883de


#c883de Border Color

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

This div border color is #c883de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c883de


Comments

No comments written yet.

Please login to write comment.