Color Hex Logo

#c983fb Color Hex

#C983FB
(201,131,251)
0 Favorites   0 Comments

Color spaces of #c983fb

RGB 201131251
HSL0.760.940.75
HSV275°48°98°
CMYK 0.200.480.00   0.02
XYZ49.616335.615195.5261
Yxy35.61510.27450.1970
Hunter Lab59.678443.9668-53.1295
CIE-Lab66.224848.1750-49.6958

#c983fb color RGB value is (201,131,251).

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

The process color (four color CMYK) of #c983fb color hex is 0.20, 0.48, 0.00, 0.02. Web safe color of #c983fb is #cc99ff. Color #c983fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000011 11111011
Octal 311 203 373
Decimal 201 131 251
Hex C9 83 FB

RGB Percentages of Color #c983fb

%34.48
%22.47
%43.05

CMYK Percentages of Color #c983fb

%20
%48
%0
%2

Triadic Colors of #c983fb

#c983fb #fbc983 #83fbc9

Analogous Colors of #c983fb

#c983fb #fb83f1 #8d83fb

Monochromatic Colors of #c983fb

#c983fb

Complementary Color

#c983fb #b5fb83

#c983fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c983fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c983fb Color CSS Codes

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

#c983fb Text Font Color

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

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


#c983fb Background Color

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

This div background color is #c983fb


#c983fb Border Color

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

This div border color is #c983fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c983fb


Comments

No comments written yet.

Please login to write comment.