Color Hex Logo

#cc21fb Color Hex

#CC21FB
(204,33,251)
0 Favorites   0 Comments

Color spaces of #cc21fb

RGB 20433251
HSL0.800.960.56
HSV287°87°98°
CMYK 0.190.870.00   0.02
XYZ42.858320.890193.0401
Yxy20.89010.27340.1332
Hunter Lab45.705787.3948-88.6988
CIE-Lab52.829086.7380-71.1164

#cc21fb color RGB value is (204,33,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 11111011
Octal 314 41 373
Decimal 204 33 251
Hex CC 21 FB

RGB Percentages of Color #cc21fb

%41.80
%6.76
%51.43

CMYK Percentages of Color #cc21fb

%19
%87
%0
%2

Triadic Colors of #cc21fb

#cc21fb #fbcc21 #21fbcc

Analogous Colors of #cc21fb

#cc21fb #fb21bd #5f21fb

Monochromatic Colors of #cc21fb

#cc21fb

Complementary Color

#cc21fb #50fb21

#cc21fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc21fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc21fb Color CSS Codes

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

#cc21fb Text Font Color

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

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


#cc21fb Background Color

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

This div background color is #cc21fb


#cc21fb Border Color

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

This div border color is #cc21fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc21fb


Comments

No comments written yet.

Please login to write comment.