Color Hex Logo

#c983fe Color Hex

#C983FE
(201,131,254)
0 Favorites   0 Comments

Color spaces of #c983fe

RGB 201131254
HSL0.760.980.75
HSV274°48°100°
CMYK 0.210.480.00   0.00
XYZ50.093135.805998.0370
Yxy35.80590.27230.1947
Hunter Lab59.838044.7138-55.2525
CIE-Lab66.371448.8287-51.1061

#c983fe color RGB value is (201,131,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000011 11111110
Octal 311 203 376
Decimal 201 131 254
Hex C9 83 FE

RGB Percentages of Color #c983fe

%34.30
%22.35
%43.34

CMYK Percentages of Color #c983fe

%21
%48
%0
%0

Triadic Colors of #c983fe

#c983fe #fec983 #83fec9

Analogous Colors of #c983fe

#c983fe #fe83f6 #8c83fe

Monochromatic Colors of #c983fe

#c983fe

Complementary Color

#c983fe #b8fe83

#c983fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c983fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c983fe Color CSS Codes

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

#c983fe Text Font Color

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

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


#c983fe Background Color

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

This div background color is #c983fe


#c983fe Border Color

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

This div border color is #c983fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c983fe

Related Colors


Comments

No comments written yet.

Please login to write comment.