Color Hex Logo

#c883cd Color Hex

#C883CD
(200,131,205)
0 Favorites   0 Comments

Color spaces of #c883cd

RGB 200131205
HSL0.820.430.66
HSV296°36°80°
CMYK 0.020.360.00   0.20
XYZ42.955232.919761.8478
Yxy32.91970.31190.2390
Hunter Lab57.375733.2293-23.7483
CIE-Lab64.095838.4628-27.5385

#c883cd color RGB value is (200,131,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 11001101
Octal 310 203 315
Decimal 200 131 205
Hex C8 83 CD

RGB Percentages of Color #c883cd

%37.31
%24.44
%38.25

CMYK Percentages of Color #c883cd

%2
%36
%0
%20

Triadic Colors of #c883cd

#c883cd #cdc883 #83cdc8

Analogous Colors of #c883cd

#c883cd #cd83ad #a383cd

Monochromatic Colors of #c883cd

#c883cd

Complementary Color

#c883cd #88cd83

#c883cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c883cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c883cd Color CSS Codes

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

#c883cd Text Font Color

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

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


#c883cd Background Color

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

This div background color is #c883cd


#c883cd Border Color

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

This div border color is #c883cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c883cd


Comments

No comments written yet.

Please login to write comment.