Color Hex Logo

#cc2fdf Color Hex

#CC2FDF
(204,47,223)
0 Favorites   0 Comments

Color spaces of #cc2fdf

RGB 20447223
HSL0.820.730.53
HSV294°79°87°
CMYK 0.090.790.00   0.13
XYZ39.237620.198171.6426
Yxy20.19810.29930.1541
Hunter Lab44.942377.1933-63.0547
CIE-Lab52.060578.9345-56.6081

#cc2fdf color RGB value is (204,47,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101111 11011111
Octal 314 57 337
Decimal 204 47 223
Hex CC 2F DF

RGB Percentages of Color #cc2fdf

%43.04
%9.92
%47.05

CMYK Percentages of Color #cc2fdf

%9
%79
%0
%13

Triadic Colors of #cc2fdf

#cc2fdf #dfcc2f #2fdfcc

Analogous Colors of #cc2fdf

#cc2fdf #df2f9a #742fdf

Monochromatic Colors of #cc2fdf

#cc2fdf

Complementary Color

#cc2fdf #42df2f

#cc2fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2fdf Color CSS Codes

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

#cc2fdf Text Font Color

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

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


#cc2fdf Background Color

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

This div background color is #cc2fdf


#cc2fdf Border Color

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

This div border color is #cc2fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2fdf


Comments

No comments written yet.

Please login to write comment.