Color Hex Logo

#c983fa Color Hex

#C983FA
(201,131,250)
0 Favorites   0 Comments

Color spaces of #c983fa

RGB 201131250
HSL0.760.920.75
HSV275°48°98°
CMYK 0.200.480.00   0.02
XYZ49.459035.552294.6980
Yxy35.55220.27520.1978
Hunter Lab59.625743.7194-52.4269
CIE-Lab66.176347.9579-49.2244

#c983fa color RGB value is (201,131,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000011 11111010
Octal 311 203 372
Decimal 201 131 250
Hex C9 83 FA

RGB Percentages of Color #c983fa

%34.54
%22.51
%42.96

CMYK Percentages of Color #c983fa

%20
%48
%0
%2

Triadic Colors of #c983fa

#c983fa #fac983 #83fac9

Analogous Colors of #c983fa

#c983fa #fa83f0 #8e83fa

Monochromatic Colors of #c983fa

#c983fa

Complementary Color

#c983fa #b4fa83

#c983fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c983fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c983fa Color CSS Codes

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

#c983fa Text Font Color

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

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


#c983fa Background Color

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

This div background color is #c983fa


#c983fa Border Color

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

This div border color is #c983fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c983fa


Comments

No comments written yet.

Please login to write comment.