Color Hex Logo

#cc1fdf Color Hex

#CC1FDF
(204,31,223)
0 Favorites   0 Comments

Color spaces of #cc1fdf

RGB 20431223
HSL0.820.760.50
HSV294°86°87°
CMYK 0.090.860.00   0.13
XYZ38.711119.145171.4671
Yxy19.14510.29930.1480
Hunter Lab43.755181.3514-66.2123
CIE-Lab50.856582.4511-58.5417

#cc1fdf color RGB value is (204,31,223).

#cc1fdf hex color red value is 204, green value is 31 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc1fdf hue: 0.82 , saturation: 0.76 and the lightness value of cc1fdf is 0.50.

The process color (four color CMYK) of #cc1fdf color hex is 0.09, 0.86, 0.00, 0.13. Web safe color of #cc1fdf is #cc33cc. Color #cc1fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011111 11011111
Octal 314 37 337
Decimal 204 31 223
Hex CC 1F DF

RGB Percentages of Color #cc1fdf

%44.54
%6.77
%48.69

CMYK Percentages of Color #cc1fdf

%9
%86
%0
%13

Triadic Colors of #cc1fdf

#cc1fdf #dfcc1f #1fdfcc

Analogous Colors of #cc1fdf

#cc1fdf #df1f92 #6c1fdf

Monochromatic Colors of #cc1fdf

#cc1fdf

Complementary Color

#cc1fdf #32df1f

#cc1fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1fdf Color CSS Codes

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

#cc1fdf Text Font Color

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

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


#cc1fdf Background Color

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

This div background color is #cc1fdf


#cc1fdf Border Color

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

This div border color is #cc1fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1fdf


Comments

No comments written yet.

Please login to write comment.