Color Hex Logo

#c97ffd Color Hex

#C97FFD
(201,127,253)
0 Favorites   0 Comments

Color spaces of #c97ffd

RGB 201127253
HSL0.760.970.75
HSV275°50°99°
CMYK 0.210.500.00   0.01
XYZ49.406434.688197.0200
Yxy34.68810.27280.1915
Hunter Lab58.896646.6686-56.4404
CIE-Lab65.505150.7085-51.9295

#c97ffd color RGB value is (201,127,253).

#c97ffd hex color red value is 201, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c97ffd hue: 0.76 , saturation: 0.97 and the lightness value of c97ffd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111111 11111101
Octal 311 177 375
Decimal 201 127 253
Hex C9 7F FD

RGB Percentages of Color #c97ffd

%34.60
%21.86
%43.55

CMYK Percentages of Color #c97ffd

%21
%50
%0
%1

Triadic Colors of #c97ffd

#c97ffd #fdc97f #7ffdc9

Analogous Colors of #c97ffd

#c97ffd #fd7ff2 #8a7ffd

Monochromatic Colors of #c97ffd

#c97ffd

Complementary Color

#c97ffd #b3fd7f

#c97ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97ffd Color CSS Codes

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

#c97ffd Text Font Color

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

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


#c97ffd Background Color

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

This div background color is #c97ffd


#c97ffd Border Color

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

This div border color is #c97ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97ffd


Comments

No comments written yet.

Please login to write comment.