Color Hex Logo

#c920fc Color Hex

#C920FC
(201,32,252)
0 Favorites   0 Comments

Color spaces of #c920fc

RGB 20132252
HSL0.790.970.56
HSV286°87°99°
CMYK 0.200.870.00   0.01
XYZ42.174620.478893.8254
Yxy20.47880.26950.1309
Hunter Lab45.253587.1618-91.2502
CIE-Lab52.374386.6483-72.4329

#c920fc color RGB value is (201,32,252).

#c920fc hex color red value is 201, green value is 32 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c920fc hue: 0.79 , saturation: 0.97 and the lightness value of c920fc is 0.56.

The process color (four color CMYK) of #c920fc color hex is 0.20, 0.87, 0.00, 0.01. Web safe color of #c920fc is #cc33ff. Color #c920fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 11111100
Octal 311 40 374
Decimal 201 32 252
Hex C9 20 FC

RGB Percentages of Color #c920fc

%41.44
%6.60
%51.96

CMYK Percentages of Color #c920fc

%20
%87
%0
%1

Triadic Colors of #c920fc

#c920fc #fcc920 #20fcc9

Analogous Colors of #c920fc

#c920fc #fc20c1 #5b20fc

Monochromatic Colors of #c920fc

#c920fc

Complementary Color

#c920fc #53fc20

#c920fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c920fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c920fc Color CSS Codes

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

#c920fc Text Font Color

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

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


#c920fc Background Color

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

This div background color is #c920fc


#c920fc Border Color

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

This div border color is #c920fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c920fc

Related Colors


Comments

No comments written yet.

Please login to write comment.