Color Hex Logo

#c983ed Color Hex

#C983ED
(201,131,237)
0 Favorites   0 Comments

Color spaces of #c983ed

RGB 201131237
HSL0.780.750.72
HSV280°45°93°
CMYK 0.150.450.00   0.07
XYZ47.489834.764584.3280
Yxy34.76450.28510.2087
Hunter Lab58.961440.5883-43.5249
CIE-Lab65.564945.1836-43.0390

#c983ed color RGB value is (201,131,237).

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

The process color (four color CMYK) of #c983ed color hex is 0.15, 0.45, 0.00, 0.07. Web safe color of #c983ed is #cc99ff. Color #c983ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000011 11101101
Octal 311 203 355
Decimal 201 131 237
Hex C9 83 ED

RGB Percentages of Color #c983ed

%35.33
%23.02
%41.65

CMYK Percentages of Color #c983ed

%15
%45
%0
%7

Triadic Colors of #c983ed

#c983ed #edc983 #83edc9

Analogous Colors of #c983ed

#c983ed #ed83dc #9483ed

Monochromatic Colors of #c983ed

#c983ed

Complementary Color

#c983ed #a7ed83

#c983ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c983ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c983ed Color CSS Codes

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

#c983ed Text Font Color

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

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


#c983ed Background Color

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

This div background color is #c983ed


#c983ed Border Color

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

This div border color is #c983ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c983ed


Comments

No comments written yet.

Please login to write comment.