Color Hex Logo

#c297bc Color Hex

#C297BC
(194,151,188)
0 Favorites   0 Comments

Color spaces of #c297bc

RGB 194151188
HSL0.860.260.68
HSV308°22°76°
CMYK 0.000.220.03   0.24
XYZ42.391837.233452.5294
Yxy37.23340.32080.2817
Hunter Lab61.019217.2256-8.3274
CIE-Lab67.451822.3127-12.9771

#c297bc color RGB value is (194,151,188).

#c297bc hex color red value is 194, green value is 151 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c297bc hue: 0.86 , saturation: 0.26 and the lightness value of c297bc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 10111100
Octal 302 227 274
Decimal 194 151 188
Hex C2 97 BC

RGB Percentages of Color #c297bc

%36.40
%28.33
%35.27

CMYK Percentages of Color #c297bc

%0
%22
%3
%24

Triadic Colors of #c297bc

#c297bc #bcc297 #97bcc2

Analogous Colors of #c297bc

#c297bc #c297a7 #b397c2

Monochromatic Colors of #c297bc

#c297bc

Complementary Color

#c297bc #97c29d

#c297bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c297bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c297bc Color CSS Codes

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

#c297bc Text Font Color

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

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


#c297bc Background Color

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

This div background color is #c297bc


#c297bc Border Color

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

This div border color is #c297bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c297bc


Comments

No comments written yet.

Please login to write comment.