Color Hex Logo

#c297fc Color Hex

#C297FC
(194,151,252)
0 Favorites   0 Comments

Color spaces of #c297fc

RGB 194151252
HSL0.740.940.79
HSV266°40°99°
CMYK 0.230.400.00   0.01
XYZ50.885440.630897.2560
Yxy40.63080.26960.2152
Hunter Lab63.742330.9473-45.8432
CIE-Lab69.916535.6662-44.4796

#c297fc color RGB value is (194,151,252).

#c297fc hex color red value is 194, green value is 151 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c297fc hue: 0.74 , saturation: 0.94 and the lightness value of c297fc is 0.79.

The process color (four color CMYK) of #c297fc color hex is 0.23, 0.40, 0.00, 0.01. Web safe color of #c297fc is #cc99ff. Color #c297fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 11111100
Octal 302 227 374
Decimal 194 151 252
Hex C2 97 FC

RGB Percentages of Color #c297fc

%32.50
%25.29
%42.21

CMYK Percentages of Color #c297fc

%23
%40
%0
%1

Triadic Colors of #c297fc

#c297fc #fcc297 #97fcc2

Analogous Colors of #c297fc

#c297fc #f597fc #979ffc

Monochromatic Colors of #c297fc

#c297fc

Complementary Color

#c297fc #d1fc97

#c297fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c297fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c297fc Color CSS Codes

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

#c297fc Text Font Color

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

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


#c297fc Background Color

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

This div background color is #c297fc


#c297fc Border Color

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

This div border color is #c297fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c297fc

Related Colors


Comments

No comments written yet.

Please login to write comment.