Color Hex Logo

#c97cea Color Hex

#C97CEA
(201,124,234)
0 Favorites   0 Comments

Color spaces of #c97cea

RGB 201124234
HSL0.780.720.70
HSV282°47°92°
CMYK 0.140.470.00   0.08
XYZ46.146332.773381.7356
Yxy32.77330.28720.2040
Hunter Lab57.248043.7009-44.5775
CIE-Lab63.976948.2510-43.8752

#c97cea color RGB value is (201,124,234).

#c97cea hex color red value is 201, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c97cea hue: 0.78 , saturation: 0.72 and the lightness value of c97cea is 0.70.

The process color (four color CMYK) of #c97cea color hex is 0.14, 0.47, 0.00, 0.08. Web safe color of #c97cea is #cc66ff. Color #c97cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111100 11101010
Octal 311 174 352
Decimal 201 124 234
Hex C9 7C EA

RGB Percentages of Color #c97cea

%35.96
%22.18
%41.86

CMYK Percentages of Color #c97cea

%14
%47
%0
%8

Triadic Colors of #c97cea

#c97cea #eac97c #7ceac9

Analogous Colors of #c97cea

#c97cea #ea7cd4 #927cea

Monochromatic Colors of #c97cea

#c97cea

Complementary Color

#c97cea #9dea7c

#c97cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97cea Color CSS Codes

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

#c97cea Text Font Color

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

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


#c97cea Background Color

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

This div background color is #c97cea


#c97cea Border Color

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

This div border color is #c97cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97cea


Comments

No comments written yet.

Please login to write comment.