Color Hex Logo

#c997ed Color Hex

#C997ED
(201,151,237)
0 Favorites   0 Comments

Color spaces of #c997ed

RGB 201151237
HSL0.760.700.76
HSV275°36°93°
CMYK 0.150.360.00   0.07
XYZ50.440140.665185.3114
Yxy40.66510.28590.2305
Hunter Lab63.769229.5937-34.6806
CIE-Lab69.940634.3743-36.2058

#c997ed color RGB value is (201,151,237).

#c997ed hex color red value is 201, green value is 151 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c997ed hue: 0.76 , saturation: 0.70 and the lightness value of c997ed is 0.76.

The process color (four color CMYK) of #c997ed color hex is 0.15, 0.36, 0.00, 0.07. Web safe color of #c997ed is #cc99ff. Color #c997ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010111 11101101
Octal 311 227 355
Decimal 201 151 237
Hex C9 97 ED

RGB Percentages of Color #c997ed

%34.13
%25.64
%40.24

CMYK Percentages of Color #c997ed

%15
%36
%0
%7

Triadic Colors of #c997ed

#c997ed #edc997 #97edc9

Analogous Colors of #c997ed

#c997ed #ed97e6 #9e97ed

Monochromatic Colors of #c997ed

#c997ed

Complementary Color

#c997ed #bbed97

#c997ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c997ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c997ed Color CSS Codes

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

#c997ed Text Font Color

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

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


#c997ed Background Color

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

This div background color is #c997ed


#c997ed Border Color

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

This div border color is #c997ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c997ed


Comments

No comments written yet.

Please login to write comment.