Color Hex Logo

#c97bff Color Hex

#C97BFF
(201,123,255)
0 Favorites   0 Comments

Color spaces of #c97bff

RGB 201123255
HSL0.771.000.74
HSV275°52°100°
CMYK 0.210.520.00   0.00
XYZ49.220433.803498.5383
Yxy33.80340.27110.1862
Hunter Lab58.140749.3673-59.7877
CIE-Lab64.806253.2159-54.1332

#c97bff color RGB value is (201,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111011 11111111
Octal 311 173 377
Decimal 201 123 255
Hex C9 7B FF

RGB Percentages of Color #c97bff

%34.72
%21.24
%44.04

CMYK Percentages of Color #c97bff

%21
%52
%0
%0

Triadic Colors of #c97bff

#c97bff #ffc97b #7bffc9

Analogous Colors of #c97bff

#c97bff #ff7bf3 #877bff

Monochromatic Colors of #c97bff

#c97bff

Complementary Color

#c97bff #b1ff7b

#c97bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97bff Color CSS Codes

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

#c97bff Text Font Color

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

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


#c97bff Background Color

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

This div background color is #c97bff


#c97bff Border Color

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

This div border color is #c97bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,123,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 #c97bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97bff


Comments

No comments written yet.

Please login to write comment.