Color Hex Logo

#c983df Color Hex

#C983DF
(201,131,223)
0 Favorites   0 Comments

Color spaces of #c983df

RGB 201131223
HSL0.790.590.69
HSV286°41°87°
CMYK 0.100.410.00   0.13
XYZ45.523033.977873.9711
Yxy33.97780.29660.2214
Hunter Lab58.290537.3945-34.4362
CIE-Lab64.944942.3012-36.2580

#c983df color RGB value is (201,131,223).

#c983df hex color red value is 201, green value is 131 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c983df hue: 0.79 , saturation: 0.59 and the lightness value of c983df is 0.69.

The process color (four color CMYK) of #c983df color hex is 0.10, 0.41, 0.00, 0.13. Web safe color of #c983df is #cc99cc. Color #c983df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000011 11011111
Octal 311 203 337
Decimal 201 131 223
Hex C9 83 DF

RGB Percentages of Color #c983df

%36.22
%23.60
%40.18

CMYK Percentages of Color #c983df

%10
%41
%0
%13

Triadic Colors of #c983df

#c983df #dfc983 #83dfc9

Analogous Colors of #c983df

#c983df #df83c7 #9b83df

Monochromatic Colors of #c983df

#c983df

Complementary Color

#c983df #99df83

#c983df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c983df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c983df Color CSS Codes

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

#c983df Text Font Color

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

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


#c983df Background Color

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

This div background color is #c983df


#c983df Border Color

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

This div border color is #c983df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c983df


Comments

No comments written yet.

Please login to write comment.