Color Hex Logo

#c895be Color Hex

#C895BE
(200,149,190)
0 Favorites   0 Comments

Color spaces of #c895be

RGB 200149190
HSL0.870.320.68
HSV312°26°78°
CMYK 0.000.260.05   0.22
XYZ43.861137.492053.6401
Yxy37.49200.32490.2777
Hunter Lab61.230720.7103-9.0785
CIE-Lab67.644525.8454-13.7426

#c895be color RGB value is (200,149,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 10111110
Octal 310 225 276
Decimal 200 149 190
Hex C8 95 BE

RGB Percentages of Color #c895be

%37.11
%27.64
%35.25

CMYK Percentages of Color #c895be

%0
%26
%5
%22

Triadic Colors of #c895be

#c895be #bec895 #95bec8

Analogous Colors of #c895be

#c895be #c895a5 #b995c8

Monochromatic Colors of #c895be

#c895be

Complementary Color

#c895be #95c89f

#c895be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c895be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c895be Color CSS Codes

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

#c895be Text Font Color

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

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


#c895be Background Color

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

This div background color is #c895be


#c895be Border Color

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

This div border color is #c895be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c895be


Comments

No comments written yet.

Please login to write comment.