Color Hex Logo

#c896be Color Hex

#C896BE
(200,150,190)
0 Favorites   0 Comments

Color spaces of #c896be

RGB 200150190
HSL0.870.310.69
HSV312°25°78°
CMYK 0.000.250.05   0.22
XYZ44.020037.809853.6931
Yxy37.80980.32480.2790
Hunter Lab61.489720.1799-8.7296
CIE-Lab67.880225.2956-13.3883

#c896be color RGB value is (200,150,190).

#c896be hex color red value is 200, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c896be hue: 0.87 , saturation: 0.31 and the lightness value of c896be is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010110 10111110
Octal 310 226 276
Decimal 200 150 190
Hex C8 96 BE

RGB Percentages of Color #c896be

%37.04
%27.78
%35.19

CMYK Percentages of Color #c896be

%0
%25
%5
%22

Triadic Colors of #c896be

#c896be #bec896 #96bec8

Analogous Colors of #c896be

#c896be #c896a5 #b996c8

Monochromatic Colors of #c896be

#c896be

Complementary Color

#c896be #96c8a0

#c896be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c896be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c896be Color CSS Codes

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

#c896be Text Font Color

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

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


#c896be Background Color

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

This div background color is #c896be


#c896be Border Color

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

This div border color is #c896be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c896be


Comments

No comments written yet.

Please login to write comment.