Color Hex Logo

#cc379f Color Hex

#CC379F
(204,55,159)
0 Favorites   0 Comments

Color spaces of #cc379f

RGB 20455159
HSL0.880.590.51
HSV318°73°80°
CMYK 0.000.730.22   0.20
XYZ32.526018.072934.5750
Yxy18.07290.38190.2122
Hunter Lab42.512262.1735-18.4617
CIE-Lab49.584467.0395-23.3704

#cc379f color RGB value is (204,55,159).

#cc379f hex color red value is 204, green value is 55 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cc379f hue: 0.88 , saturation: 0.59 and the lightness value of cc379f is 0.51.

The process color (four color CMYK) of #cc379f color hex is 0.00, 0.73, 0.22, 0.20. Web safe color of #cc379f is #cc3399. Color #cc379f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 10011111
Octal 314 67 237
Decimal 204 55 159
Hex CC 37 9F

RGB Percentages of Color #cc379f

%48.80
%13.16
%38.04

CMYK Percentages of Color #cc379f

%0
%73
%22
%20

Triadic Colors of #cc379f

#cc379f #9fcc37 #379fcc

Analogous Colors of #cc379f

#cc379f #cc3755 #af37cc

Monochromatic Colors of #cc379f

#cc379f

Complementary Color

#cc379f #37cc64

#cc379f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc379f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc379f Color CSS Codes

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

#cc379f Text Font Color

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

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


#cc379f Background Color

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

This div background color is #cc379f


#cc379f Border Color

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

This div border color is #cc379f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc379f


Comments

No comments written yet.

Please login to write comment.