Color Hex Logo

#c198bc Color Hex

#C198BC
(193,152,188)
0 Favorites   0 Comments

Color spaces of #c198bc

RGB 193152188
HSL0.850.250.68
HSV307°21°76°
CMYK 0.000.210.03   0.24
XYZ42.297737.424852.5713
Yxy37.42480.31970.2829
Hunter Lab61.175816.3594-8.1277
CIE-Lab67.594521.4145-12.7727

#c198bc color RGB value is (193,152,188).

#c198bc hex color red value is 193, green value is 152 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c198bc hue: 0.85 , saturation: 0.25 and the lightness value of c198bc is 0.68.

The process color (four color CMYK) of #c198bc color hex is 0.00, 0.21, 0.03, 0.24. Web safe color of #c198bc is #cc99cc. Color #c198bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 10111100
Octal 301 230 274
Decimal 193 152 188
Hex C1 98 BC

RGB Percentages of Color #c198bc

%36.21
%28.52
%35.27

CMYK Percentages of Color #c198bc

%0
%21
%3
%24

Triadic Colors of #c198bc

#c198bc #bcc198 #98bcc1

Analogous Colors of #c198bc

#c198bc #c198a8 #b298c1

Monochromatic Colors of #c198bc

#c198bc

Complementary Color

#c198bc #98c19d

#c198bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c198bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c198bc Color CSS Codes

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

#c198bc Text Font Color

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

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


#c198bc Background Color

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

This div background color is #c198bc


#c198bc Border Color

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

This div border color is #c198bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c198bc


Comments

No comments written yet.

Please login to write comment.