Color Hex Logo

#cc4394 Color Hex

#CC4394
(204,67,148)
0 Favorites   0 Comments

Color spaces of #cc4394

RGB 20467148
HSL0.900.570.53
HSV325°67°80°
CMYK 0.000.670.27   0.20
XYZ32.254318.989829.9824
Yxy18.98980.39710.2338
Hunter Lab43.577355.8589-10.2891
CIE-Lab50.675361.3610-15.1591

#cc4394 color RGB value is (204,67,148).

#cc4394 hex color red value is 204, green value is 67 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cc4394 hue: 0.90 , saturation: 0.57 and the lightness value of cc4394 is 0.53.

The process color (four color CMYK) of #cc4394 color hex is 0.00, 0.67, 0.27, 0.20. Web safe color of #cc4394 is #cc3399. Color #cc4394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000011 10010100
Octal 314 103 224
Decimal 204 67 148
Hex CC 43 94

RGB Percentages of Color #cc4394

%48.69
%15.99
%35.32

CMYK Percentages of Color #cc4394

%0
%67
%27
%20

Triadic Colors of #cc4394

#cc4394 #94cc43 #4394cc

Analogous Colors of #cc4394

#cc4394 #cc434f #c043cc

Monochromatic Colors of #cc4394

#cc4394

Complementary Color

#cc4394 #43cc7b

#cc4394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4394 Color CSS Codes

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

#cc4394 Text Font Color

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

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


#cc4394 Background Color

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

This div background color is #cc4394


#cc4394 Border Color

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

This div border color is #cc4394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4394


Comments

No comments written yet.

Please login to write comment.