Color Hex Logo

#c97ced Color Hex

#C97CED
(201,124,237)
0 Favorites   0 Comments

Color spaces of #c97ced

RGB 201124237
HSL0.780.760.71
HSV281°48°93°
CMYK 0.150.480.00   0.07
XYZ46.581132.947284.0251
Yxy32.94720.28480.2014
Hunter Lab57.399744.4073-46.6126
CIE-Lab64.118148.8727-45.3133

#c97ced color RGB value is (201,124,237).

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

The process color (four color CMYK) of #c97ced color hex is 0.15, 0.48, 0.00, 0.07. Web safe color of #c97ced is #cc66ff. Color #c97ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111100 11101101
Octal 311 174 355
Decimal 201 124 237
Hex C9 7C ED

RGB Percentages of Color #c97ced

%35.77
%22.06
%42.17

CMYK Percentages of Color #c97ced

%15
%48
%0
%7

Triadic Colors of #c97ced

#c97ced #edc97c #7cedc9

Analogous Colors of #c97ced

#c97ced #ed7cd9 #917ced

Monochromatic Colors of #c97ced

#c97ced

Complementary Color

#c97ced #a0ed7c

#c97ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97ced Color CSS Codes

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

#c97ced Text Font Color

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

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


#c97ced Background Color

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

This div background color is #c97ced


#c97ced Border Color

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

This div border color is #c97ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97ced


Comments

No comments written yet.

Please login to write comment.