Color Hex Logo

#c973da Color Hex

#C973DA
(201,115,218)
0 Favorites   0 Comments

Color spaces of #c973da

RGB 201115218
HSL0.810.580.65
HSV290°47°85°
CMYK 0.080.470.00   0.15
XYZ42.873029.740969.8106
Yxy29.74090.30100.2088
Hunter Lab54.535244.8916-37.7225
CIE-Lab61.430049.7085-38.9581

#c973da color RGB value is (201,115,218).

#c973da hex color red value is 201, green value is 115 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c973da hue: 0.81 , saturation: 0.58 and the lightness value of c973da is 0.65.

The process color (four color CMYK) of #c973da color hex is 0.08, 0.47, 0.00, 0.15. Web safe color of #c973da is #cc66cc. Color #c973da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110011 11011010
Octal 311 163 332
Decimal 201 115 218
Hex C9 73 DA

RGB Percentages of Color #c973da

%37.64
%21.54
%40.82

CMYK Percentages of Color #c973da

%8
%47
%0
%15

Triadic Colors of #c973da

#c973da #dac973 #73dac9

Analogous Colors of #c973da

#c973da #da73b8 #9673da

Monochromatic Colors of #c973da

#c973da

Complementary Color

#c973da #84da73

#c973da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c973da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c973da Color CSS Codes

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

#c973da Text Font Color

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

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


#c973da Background Color

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

This div background color is #c973da


#c973da Border Color

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

This div border color is #c973da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c973da


Comments

No comments written yet.

Please login to write comment.