Color Hex Logo

#cc20fb Color Hex

#CC20FB
(204,32,251)
0 Favorites   0 Comments

Color spaces of #cc20fb

RGB 20432251
HSL0.800.960.55
HSV287°87°98°
CMYK 0.190.870.00   0.02
XYZ42.830920.835493.0310
Yxy20.83540.27330.1330
Hunter Lab45.645887.6120-88.8872
CIE-Lab52.768986.9155-71.2139

#cc20fb color RGB value is (204,32,251).

#cc20fb hex color red value is 204, green value is 32 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc20fb hue: 0.80 , saturation: 0.96 and the lightness value of cc20fb is 0.55.

The process color (four color CMYK) of #cc20fb color hex is 0.19, 0.87, 0.00, 0.02. Web safe color of #cc20fb is #cc33ff. Color #cc20fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100000 11111011
Octal 314 40 373
Decimal 204 32 251
Hex CC 20 FB

RGB Percentages of Color #cc20fb

%41.89
%6.57
%51.54

CMYK Percentages of Color #cc20fb

%19
%87
%0
%2

Triadic Colors of #cc20fb

#cc20fb #fbcc20 #20fbcc

Analogous Colors of #cc20fb

#cc20fb #fb20bd #5f20fb

Monochromatic Colors of #cc20fb

#cc20fb

Complementary Color

#cc20fb #4ffb20

#cc20fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc20fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc20fb Color CSS Codes

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

#cc20fb Text Font Color

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

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


#cc20fb Background Color

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

This div background color is #cc20fb


#cc20fb Border Color

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

This div border color is #cc20fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,32,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc20fb


Comments

No comments written yet.

Please login to write comment.