Color Hex Logo

#c883cc Color Hex

#C883CC
(200,131,204)
0 Favorites   0 Comments

Color spaces of #c883cc

RGB 200131204
HSL0.820.420.66
HSV297°36°80°
CMYK 0.020.360.00   0.20
XYZ42.834832.871661.2140
Yxy32.87160.31280.2401
Hunter Lab57.333833.0256-23.1690
CIE-Lab64.056838.2722-27.0380

#c883cc color RGB value is (200,131,204).

#c883cc hex color red value is 200, green value is 131 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c883cc hue: 0.82 , saturation: 0.42 and the lightness value of c883cc is 0.66.

The process color (four color CMYK) of #c883cc color hex is 0.02, 0.36, 0.00, 0.20. Web safe color of #c883cc is #cc99cc. Color #c883cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 11001100
Octal 310 203 314
Decimal 200 131 204
Hex C8 83 CC

RGB Percentages of Color #c883cc

%37.38
%24.49
%38.13

CMYK Percentages of Color #c883cc

%2
%36
%0
%20

Triadic Colors of #c883cc

#c883cc #ccc883 #83ccc8

Analogous Colors of #c883cc

#c883cc #cc83ac #a483cc

Monochromatic Colors of #c883cc

#c883cc

Complementary Color

#c883cc #87cc83

#c883cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c883cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c883cc Color CSS Codes

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

#c883cc Text Font Color

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

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


#c883cc Background Color

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

This div background color is #c883cc


#c883cc Border Color

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

This div border color is #c883cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c883cc


Comments

No comments written yet.

Please login to write comment.