Color Hex Logo

#c893bd Color Hex

#C893BD
(200,147,189)
0 Favorites   0 Comments

Color spaces of #c893bd

RGB 200147189
HSL0.870.330.68
HSV312°27°78°
CMYK 0.000.270.05   0.22
XYZ43.438436.820952.9618
Yxy36.82090.32610.2764
Hunter Lab60.680221.5902-9.2722
CIE-Lab67.142426.7643-13.9397

#c893bd color RGB value is (200,147,189).

#c893bd hex color red value is 200, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c893bd hue: 0.87 , saturation: 0.33 and the lightness value of c893bd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010011 10111101
Octal 310 223 275
Decimal 200 147 189
Hex C8 93 BD

RGB Percentages of Color #c893bd

%37.31
%27.43
%35.26

CMYK Percentages of Color #c893bd

%0
%27
%5
%22

Triadic Colors of #c893bd

#c893bd #bdc893 #93bdc8

Analogous Colors of #c893bd

#c893bd #c893a3 #b993c8

Monochromatic Colors of #c893bd

#c893bd

Complementary Color

#c893bd #93c89e

#c893bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c893bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c893bd Color CSS Codes

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

#c893bd Text Font Color

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

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


#c893bd Background Color

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

This div background color is #c893bd


#c893bd Border Color

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

This div border color is #c893bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c893bd


Comments

No comments written yet.

Please login to write comment.