Color Hex Logo

#c195bf Color Hex

#C195BF
(193,149,191)
0 Favorites   0 Comments

Color spaces of #c195bf

RGB 193149191
HSL0.840.260.67
HSV303°23°76°
CMYK 0.000.230.01   0.24
XYZ42.143736.593954.1323
Yxy36.59390.31720.2754
Hunter Lab60.492918.4934-10.7109
CIE-Lab66.971223.6372-15.3852

#c195bf color RGB value is (193,149,191).

#c195bf hex color red value is 193, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c195bf hue: 0.84 , saturation: 0.26 and the lightness value of c195bf is 0.67.

The process color (four color CMYK) of #c195bf color hex is 0.00, 0.23, 0.01, 0.24. Web safe color of #c195bf is #cc99cc. Color #c195bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 10111111
Octal 301 225 277
Decimal 193 149 191
Hex C1 95 BF

RGB Percentages of Color #c195bf

%36.21
%27.95
%35.83

CMYK Percentages of Color #c195bf

%0
%23
%1
%24

Triadic Colors of #c195bf

#c195bf #bfc195 #95bfc1

Analogous Colors of #c195bf

#c195bf #c195a9 #ad95c1

Monochromatic Colors of #c195bf

#c195bf

Complementary Color

#c195bf #95c197

#c195bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c195bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c195bf Color CSS Codes

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

#c195bf Text Font Color

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

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


#c195bf Background Color

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

This div background color is #c195bf


#c195bf Border Color

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

This div border color is #c195bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,149,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c195bf


Comments

No comments written yet.

Please login to write comment.