Color Hex Logo

#c297eb Color Hex

#C297EB
(194,151,235)
0 Favorites   0 Comments

Color spaces of #c297eb

RGB 194151235
HSL0.750.680.76
HSV271°36°92°
CMYK 0.170.360.00   0.08
XYZ48.310139.600783.6947
Yxy39.60070.28150.2308
Hunter Lab62.929126.9070-34.8044
CIE-Lab69.184231.8546-36.3380

#c297eb color RGB value is (194,151,235).

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

The process color (four color CMYK) of #c297eb color hex is 0.17, 0.36, 0.00, 0.08. Web safe color of #c297eb is #cc99ff. Color #c297eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 11101011
Octal 302 227 353
Decimal 194 151 235
Hex C2 97 EB

RGB Percentages of Color #c297eb

%33.45
%26.03
%40.52

CMYK Percentages of Color #c297eb

%17
%36
%0
%8

Triadic Colors of #c297eb

#c297eb #ebc297 #97ebc2

Analogous Colors of #c297eb

#c297eb #eb97ea #9897eb

Monochromatic Colors of #c297eb

#c297eb

Complementary Color

#c297eb #c0eb97

#c297eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c297eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c297eb Color CSS Codes

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

#c297eb Text Font Color

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

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


#c297eb Background Color

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

This div background color is #c297eb


#c297eb Border Color

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

This div border color is #c297eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c297eb


Comments

No comments written yet.

Please login to write comment.