Color Hex Logo

#c97df9 Color Hex

#C97DF9
(201,125,249)
0 Favorites   0 Comments

Color spaces of #c97df9

RGB 201125249
HSL0.770.910.73
HSV277°50°98°
CMYK 0.190.500.00   0.02
XYZ48.519933.924393.6133
Yxy33.92430.27560.1927
Hunter Lab58.244646.7692-54.5224
CIE-Lab64.902450.8872-50.6891

#c97df9 color RGB value is (201,125,249).

#c97df9 hex color red value is 201, green value is 125 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #c97df9 hue: 0.77 , saturation: 0.91 and the lightness value of c97df9 is 0.73.

The process color (four color CMYK) of #c97df9 color hex is 0.19, 0.50, 0.00, 0.02. Web safe color of #c97df9 is #cc66ff. Color #c97df9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111101 11111001
Octal 311 175 371
Decimal 201 125 249
Hex C9 7D F9

RGB Percentages of Color #c97df9

%34.96
%21.74
%43.30

CMYK Percentages of Color #c97df9

%19
%50
%0
%2

Triadic Colors of #c97df9

#c97df9 #f9c97d #7df9c9

Analogous Colors of #c97df9

#c97df9 #f97deb #8b7df9

Monochromatic Colors of #c97df9

#c97df9

Complementary Color

#c97df9 #adf97d

#c97df9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97df9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97df9 Color CSS Codes

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

#c97df9 Text Font Color

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

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


#c97df9 Background Color

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

This div background color is #c97df9


#c97df9 Border Color

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

This div border color is #c97df9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97df9


Comments

No comments written yet.

Please login to write comment.