Color Hex Logo

#c892bc Color Hex

#C892BC
(200,146,188)
0 Favorites   0 Comments

Color spaces of #c892bc

RGB 200146188
HSL0.870.330.68
HSV313°27°78°
CMYK 0.000.270.06   0.22
XYZ43.175436.468052.3404
Yxy36.46800.32710.2763
Hunter Lab60.388721.9397-9.1160
CIE-Lab66.876027.1340-13.7815

#c892bc color RGB value is (200,146,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010010 10111100
Octal 310 222 274
Decimal 200 146 188
Hex C8 92 BC

RGB Percentages of Color #c892bc

%37.45
%27.34
%35.21

CMYK Percentages of Color #c892bc

%0
%27
%6
%22

Triadic Colors of #c892bc

#c892bc #bcc892 #92bcc8

Analogous Colors of #c892bc

#c892bc #c892a1 #b992c8

Monochromatic Colors of #c892bc

#c892bc

Complementary Color

#c892bc #92c89e

#c892bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c892bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c892bc Color CSS Codes

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

#c892bc Text Font Color

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

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


#c892bc Background Color

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

This div background color is #c892bc


#c892bc Border Color

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

This div border color is #c892bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c892bc


Comments

No comments written yet.

Please login to write comment.