Color Hex Logo

#cc1ffb Color Hex

#CC1FFB
(204,31,251)
0 Favorites   0 Comments

Color spaces of #cc1ffb

RGB 20431251
HSL0.800.960.55
HSV287°88°98°
CMYK 0.190.880.00   0.02
XYZ42.804420.782493.0221
Yxy20.78240.27330.1327
Hunter Lab45.587787.8233-89.0703
CIE-Lab52.710587.0880-71.3085

#cc1ffb color RGB value is (204,31,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011111 11111011
Octal 314 37 373
Decimal 204 31 251
Hex CC 1F FB

RGB Percentages of Color #cc1ffb

%41.98
%6.38
%51.65

CMYK Percentages of Color #cc1ffb

%19
%88
%0
%2

Triadic Colors of #cc1ffb

#cc1ffb #fbcc1f #1ffbcc

Analogous Colors of #cc1ffb

#cc1ffb #fb1fbc #5e1ffb

Monochromatic Colors of #cc1ffb

#cc1ffb

Complementary Color

#cc1ffb #4efb1f

#cc1ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1ffb Color CSS Codes

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

#cc1ffb Text Font Color

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

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


#cc1ffb Background Color

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

This div background color is #cc1ffb


#cc1ffb Border Color

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

This div border color is #cc1ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1ffb


Comments

No comments written yet.

Please login to write comment.