Color Hex Logo

#c090fc Color Hex

#C090FC
(192,144,252)
0 Favorites   0 Comments

Color spaces of #c090fc

RGB 192144252
HSL0.740.950.78
HSV267°43°99°
CMYK 0.240.430.00   0.01
XYZ49.282238.181396.8677
Yxy38.18130.26740.2071
Hunter Lab61.791034.2306-49.6932
CIE-Lab68.154038.9536-47.2616

#c090fc color RGB value is (192,144,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 11111100
Octal 300 220 374
Decimal 192 144 252
Hex C0 90 FC

RGB Percentages of Color #c090fc

%32.65
%24.49
%42.86

CMYK Percentages of Color #c090fc

%24
%43
%0
%1

Triadic Colors of #c090fc

#c090fc #fcc090 #90fcc0

Analogous Colors of #c090fc

#c090fc #f690fc #9096fc

Monochromatic Colors of #c090fc

#c090fc

Complementary Color

#c090fc #ccfc90

#c090fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090fc Color CSS Codes

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

#c090fc Text Font Color

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

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


#c090fc Background Color

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

This div background color is #c090fc


#c090fc Border Color

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

This div border color is #c090fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090fc


Comments

No comments written yet.

Please login to write comment.