Color Hex Logo

#c90cfc Color Hex

#C90CFC
(201,12,252)
0 Favorites   0 Comments

Color spaces of #c90cfc

RGB 20112252
HSL0.800.980.52
HSV287°95°99°
CMYK 0.200.950.00   0.01
XYZ41.789619.708793.6971
Yxy19.70870.26930.1270
Hunter Lab44.394590.3360-94.0588
CIE-Lab51.506289.2258-73.8427

#c90cfc color RGB value is (201,12,252).

#c90cfc hex color red value is 201, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c90cfc hue: 0.80 , saturation: 0.98 and the lightness value of c90cfc is 0.52.

The process color (four color CMYK) of #c90cfc color hex is 0.20, 0.95, 0.00, 0.01. Web safe color of #c90cfc is #cc00ff. Color #c90cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001100 11111100
Octal 311 14 374
Decimal 201 12 252
Hex C9 C FC

RGB Percentages of Color #c90cfc

%43.23
%2.58
%54.19

CMYK Percentages of Color #c90cfc

%20
%95
%0
%1

Triadic Colors of #c90cfc

#c90cfc #fcc90c #0cfcc9

Analogous Colors of #c90cfc

#c90cfc #fc0cb7 #510cfc

Monochromatic Colors of #c90cfc

#c90cfc

Complementary Color

#c90cfc #3ffc0c

#c90cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90cfc Color CSS Codes

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

#c90cfc Text Font Color

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

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


#c90cfc Background Color

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

This div background color is #c90cfc


#c90cfc Border Color

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

This div border color is #c90cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.