Color Hex Logo

#cc1294 Color Hex

#CC1294
(204,18,148)
0 Favorites   0 Comments

Color spaces of #cc1294

RGB 20418148
HSL0.880.840.44
HSV318°91°80°
CMYK 0.000.910.27   0.20
XYZ30.463415.408129.3854
Yxy15.40810.40480.2047
Hunter Lab39.253269.8364-16.9080
CIE-Lab46.188274.1240-22.0260

#cc1294 color RGB value is (204,18,148).

#cc1294 hex color red value is 204, green value is 18 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cc1294 hue: 0.88 , saturation: 0.84 and the lightness value of cc1294 is 0.44.

The process color (four color CMYK) of #cc1294 color hex is 0.00, 0.91, 0.27, 0.20. Web safe color of #cc1294 is #cc0099. Color #cc1294 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010010 10010100
Octal 314 22 224
Decimal 204 18 148
Hex CC 12 94

RGB Percentages of Color #cc1294

%55.14
%4.86
%40.00

CMYK Percentages of Color #cc1294

%0
%91
%27
%20

Triadic Colors of #cc1294

#cc1294 #94cc12 #1294cc

Analogous Colors of #cc1294

#cc1294 #cc1237 #a712cc

Monochromatic Colors of #cc1294

#cc1294

Complementary Color

#cc1294 #12cc4a

#cc1294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1294 Color CSS Codes

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

#cc1294 Text Font Color

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

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


#cc1294 Background Color

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

This div background color is #cc1294


#cc1294 Border Color

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

This div border color is #cc1294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1294


Comments

No comments written yet.

Please login to write comment.