Color Hex Logo

#c973fb Color Hex

#C973FB
(201,115,251)
0 Favorites   0 Comments

Color spaces of #c973fb

RGB 201115251
HSL0.770.940.72
HSV278°54°98°
CMYK 0.200.540.00   0.02
XYZ47.630731.644094.8643
Yxy31.64400.27350.1817
Hunter Lab56.253052.6973-60.6088
CIE-Lab63.047656.4262-54.7306

#c973fb color RGB value is (201,115,251).

#c973fb hex color red value is 201, green value is 115 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c973fb hue: 0.77 , saturation: 0.94 and the lightness value of c973fb is 0.72.

The process color (four color CMYK) of #c973fb color hex is 0.20, 0.54, 0.00, 0.02. Web safe color of #c973fb is #cc66ff. Color #c973fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110011 11111011
Octal 311 163 373
Decimal 201 115 251
Hex C9 73 FB

RGB Percentages of Color #c973fb

%35.45
%20.28
%44.27

CMYK Percentages of Color #c973fb

%20
%54
%0
%2

Triadic Colors of #c973fb

#c973fb #fbc973 #73fbc9

Analogous Colors of #c973fb

#c973fb #fb73e9 #8573fb

Monochromatic Colors of #c973fb

#c973fb

Complementary Color

#c973fb #a5fb73

#c973fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c973fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c973fb Color CSS Codes

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

#c973fb Text Font Color

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

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


#c973fb Background Color

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

This div background color is #c973fb


#c973fb Border Color

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

This div border color is #c973fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c973fb

Related Colors


Comments

No comments written yet.

Please login to write comment.