Color Hex Logo

#cc4f94 Color Hex

#CC4F94
(204,79,148)
0 Favorites   0 Comments

Color spaces of #cc4f94

RGB 20479148
HSL0.910.550.55
HSV327°61°80°
CMYK 0.000.610.27   0.20
XYZ33.043120.567530.2453
Yxy20.56750.39400.2453
Hunter Lab45.351450.6904-7.7951
CIE-Lab52.472956.4329-12.4390

#cc4f94 color RGB value is (204,79,148).

#cc4f94 hex color red value is 204, green value is 79 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cc4f94 hue: 0.91 , saturation: 0.55 and the lightness value of cc4f94 is 0.55.

The process color (four color CMYK) of #cc4f94 color hex is 0.00, 0.61, 0.27, 0.20. Web safe color of #cc4f94 is #cc6699. Color #cc4f94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001111 10010100
Octal 314 117 224
Decimal 204 79 148
Hex CC 4F 94

RGB Percentages of Color #cc4f94

%47.33
%18.33
%34.34

CMYK Percentages of Color #cc4f94

%0
%61
%27
%20

Triadic Colors of #cc4f94

#cc4f94 #94cc4f #4f94cc

Analogous Colors of #cc4f94

#cc4f94 #cc4f56 #c64fcc

Monochromatic Colors of #cc4f94

#cc4f94

Complementary Color

#cc4f94 #4fcc87

#cc4f94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4f94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4f94 Color CSS Codes

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

#cc4f94 Text Font Color

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

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


#cc4f94 Background Color

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

This div background color is #cc4f94


#cc4f94 Border Color

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

This div border color is #cc4f94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4f94


Comments

No comments written yet.

Please login to write comment.