Color Hex Logo

#c297df Color Hex

#C297DF
(194,151,223)
0 Favorites   0 Comments

Color spaces of #c297df

RGB 194151223
HSL0.770.530.73
HSV276°32°87°
CMYK 0.130.320.00   0.13
XYZ46.634038.930374.8684
Yxy38.93030.29070.2427
Hunter Lab62.394224.2229-27.4677
CIE-Lab68.700729.2693-30.4906

#c297df color RGB value is (194,151,223).

#c297df hex color red value is 194, green value is 151 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c297df hue: 0.77 , saturation: 0.53 and the lightness value of c297df is 0.73.

The process color (four color CMYK) of #c297df color hex is 0.13, 0.32, 0.00, 0.13. Web safe color of #c297df is #cc99cc. Color #c297df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 11011111
Octal 302 227 337
Decimal 194 151 223
Hex C2 97 DF

RGB Percentages of Color #c297df

%34.15
%26.58
%39.26

CMYK Percentages of Color #c297df

%13
%32
%0
%13

Triadic Colors of #c297df

#c297df #dfc297 #97dfc2

Analogous Colors of #c297df

#c297df #df97d8 #9e97df

Monochromatic Colors of #c297df

#c297df

Complementary Color

#c297df #b4df97

#c297df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c297df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c297df Color CSS Codes

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

#c297df Text Font Color

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

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


#c297df Background Color

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

This div background color is #c297df


#c297df Border Color

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

This div border color is #c297df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c297df


Comments

No comments written yet.

Please login to write comment.