Color Hex Logo

#c990fc Color Hex

#C990FC
(201,144,252)
0 Favorites   0 Comments

Color spaces of #c990fc

RGB 201144252
HSL0.750.950.78
HSV272°43°99°
CMYK 0.200.430.00   0.01
XYZ51.631339.392396.9777
Yxy39.39230.27460.2095
Hunter Lab62.763337.0047-47.6767
CIE-Lab69.034541.4420-45.8164

#c990fc color RGB value is (201,144,252).

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

The process color (four color CMYK) of #c990fc color hex is 0.20, 0.43, 0.00, 0.01. Web safe color of #c990fc is #cc99ff. Color #c990fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 11111100
Octal 311 220 374
Decimal 201 144 252
Hex C9 90 FC

RGB Percentages of Color #c990fc

%33.67
%24.12
%42.21

CMYK Percentages of Color #c990fc

%20
%43
%0
%1

Triadic Colors of #c990fc

#c990fc #fcc990 #90fcc9

Analogous Colors of #c990fc

#c990fc #fc90f9 #9390fc

Monochromatic Colors of #c990fc

#c990fc

Complementary Color

#c990fc #c3fc90

#c990fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c990fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c990fc Color CSS Codes

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

#c990fc Text Font Color

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

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


#c990fc Background Color

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

This div background color is #c990fc


#c990fc Border Color

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

This div border color is #c990fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c990fc


Comments

No comments written yet.

Please login to write comment.