Color Hex Logo

#c297ef Color Hex

#C297EF
(194,151,239)
0 Favorites   0 Comments

Color spaces of #c297ef

RGB 194151239
HSL0.750.730.76
HSV269°37°94°
CMYK 0.190.370.00   0.06
XYZ48.894739.834586.7732
Yxy39.83450.27860.2270
Hunter Lab63.114627.8330-37.3348
CIE-Lab69.351532.7366-38.2688

#c297ef color RGB value is (194,151,239).

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

The process color (four color CMYK) of #c297ef color hex is 0.19, 0.37, 0.00, 0.06. Web safe color of #c297ef is #cc99ff. Color #c297ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 11101111
Octal 302 227 357
Decimal 194 151 239
Hex C2 97 EF

RGB Percentages of Color #c297ef

%33.22
%25.86
%40.92

CMYK Percentages of Color #c297ef

%19
%37
%0
%6

Triadic Colors of #c297ef

#c297ef #efc297 #97efc2

Analogous Colors of #c297ef

#c297ef #ee97ef #9798ef

Monochromatic Colors of #c297ef

#c297ef

Complementary Color

#c297ef #c4ef97

#c297ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c297ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c297ef Color CSS Codes

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

#c297ef Text Font Color

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

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


#c297ef Background Color

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

This div background color is #c297ef


#c297ef Border Color

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

This div border color is #c297ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c297ef


Comments

No comments written yet.

Please login to write comment.