Color Hex Logo

#c988fe Color Hex

#C988FE
(201,136,254)
0 Favorites   0 Comments

Color spaces of #c988fe

RGB 201136254
HSL0.760.980.76
HSV273°46°100°
CMYK 0.210.460.00   0.00
XYZ50.780937.181698.2662
Yxy37.18160.27270.1997
Hunter Lab60.976741.9441-52.8643
CIE-Lab67.413146.1787-49.4604

#c988fe color RGB value is (201,136,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 11111110
Octal 311 210 376
Decimal 201 136 254
Hex C9 88 FE

RGB Percentages of Color #c988fe

%34.01
%23.01
%42.98

CMYK Percentages of Color #c988fe

%21
%46
%0
%0

Triadic Colors of #c988fe

#c988fe #fec988 #88fec9

Analogous Colors of #c988fe

#c988fe #fe88f8 #8e88fe

Monochromatic Colors of #c988fe

#c988fe

Complementary Color

#c988fe #bdfe88

#c988fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c988fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c988fe Color CSS Codes

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

#c988fe Text Font Color

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

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


#c988fe Background Color

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

This div background color is #c988fe


#c988fe Border Color

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

This div border color is #c988fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c988fe

Related Colors


Comments

No comments written yet.

Please login to write comment.