Color Hex Logo

#c197cb Color Hex

#C197CB
(193,151,203)
0 Favorites   0 Comments

Color spaces of #c197cb

RGB 193151203
HSL0.800.330.69
HSV288°26°80°
CMYK 0.050.260.00   0.20
XYZ43.838437.782561.4821
Yxy37.78250.30630.2640
Hunter Lab61.467519.7375-16.2769
CIE-Lab67.860024.8499-20.7214

#c197cb color RGB value is (193,151,203).

#c197cb hex color red value is 193, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c197cb hue: 0.80 , saturation: 0.33 and the lightness value of c197cb is 0.69.

The process color (four color CMYK) of #c197cb color hex is 0.05, 0.26, 0.00, 0.20. Web safe color of #c197cb is #cc99cc. Color #c197cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 11001011
Octal 301 227 313
Decimal 193 151 203
Hex C1 97 CB

RGB Percentages of Color #c197cb

%35.28
%27.61
%37.11

CMYK Percentages of Color #c197cb

%5
%26
%0
%20

Triadic Colors of #c197cb

#c197cb #cbc197 #97cbc1

Analogous Colors of #c197cb

#c197cb #cb97bb #a797cb

Monochromatic Colors of #c197cb

#c197cb

Complementary Color

#c197cb #a1cb97

#c197cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c197cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c197cb Color CSS Codes

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

#c197cb Text Font Color

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

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


#c197cb Background Color

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

This div background color is #c197cb


#c197cb Border Color

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

This div border color is #c197cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c197cb


Comments

No comments written yet.

Please login to write comment.