Color Hex Logo

#c97aff Color Hex

#C97AFF
(201,122,255)
0 Favorites   0 Comments

Color spaces of #c97aff

RGB 201122255
HSL0.771.000.74
HSV276°52°100°
CMYK 0.210.520.00   0.00
XYZ49.096933.556698.4971
Yxy33.55660.27100.1852
Hunter Lab57.928149.9135-60.2632
CIE-Lab64.609153.7295-54.4461

#c97aff color RGB value is (201,122,255).

#c97aff hex color red value is 201, green value is 122 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c97aff hue: 0.77 , saturation: 1.00 and the lightness value of c97aff is 0.74.

The process color (four color CMYK) of #c97aff color hex is 0.21, 0.52, 0.00, 0.00. Web safe color of #c97aff is #cc66ff. Color #c97aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111010 11111111
Octal 311 172 377
Decimal 201 122 255
Hex C9 7A FF

RGB Percentages of Color #c97aff

%34.78
%21.11
%44.12

CMYK Percentages of Color #c97aff

%21
%52
%0
%0

Triadic Colors of #c97aff

#c97aff #ffc97a #7affc9

Analogous Colors of #c97aff

#c97aff #ff7af3 #877aff

Monochromatic Colors of #c97aff

#c97aff

Complementary Color

#c97aff #b0ff7a

#c97aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97aff Color CSS Codes

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

#c97aff Text Font Color

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

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


#c97aff Background Color

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

This div background color is #c97aff


#c97aff Border Color

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

This div border color is #c97aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97aff


Comments

No comments written yet.

Please login to write comment.