Color Hex Logo

#c882bd Color Hex

#C882BD
(200,130,189)
0 Favorites   0 Comments

Color spaces of #c882bd

RGB 200130189
HSL0.860.390.65
HSV309°35°78°
CMYK 0.000.350.05   0.22
XYZ40.987431.918752.1448
Yxy31.91870.32780.2552
Hunter Lab56.496630.6298-15.1753
CIE-Lab63.275636.0472-19.7936

#c882bd color RGB value is (200,130,189).

#c882bd hex color red value is 200, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c882bd hue: 0.86 , saturation: 0.39 and the lightness value of c882bd is 0.65.

The process color (four color CMYK) of #c882bd color hex is 0.00, 0.35, 0.05, 0.22. Web safe color of #c882bd is #cc99cc. Color #c882bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000010 10111101
Octal 310 202 275
Decimal 200 130 189
Hex C8 82 BD

RGB Percentages of Color #c882bd

%38.54
%25.05
%36.42

CMYK Percentages of Color #c882bd

%0
%35
%5
%22

Triadic Colors of #c882bd

#c882bd #bdc882 #82bdc8

Analogous Colors of #c882bd

#c882bd #c8829a #b082c8

Monochromatic Colors of #c882bd

#c882bd

Complementary Color

#c882bd #82c88d

#c882bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c882bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c882bd Color CSS Codes

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

#c882bd Text Font Color

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

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


#c882bd Background Color

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

This div background color is #c882bd


#c882bd Border Color

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

This div border color is #c882bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c882bd


Comments

No comments written yet.

Please login to write comment.