Color Hex Logo

#cc348e Color Hex

#CC348E
(204,52,142)
0 Favorites   0 Comments

Color spaces of #cc348e

RGB 20452142
HSL0.900.600.50
HSV324°75°80°
CMYK 0.000.750.30   0.20
XYZ31.012317.246327.2855
Yxy17.24630.41050.2283
Hunter Lab41.528760.6230-9.8851
CIE-Lab48.568965.9051-14.7663

#cc348e color RGB value is (204,52,142).

#cc348e hex color red value is 204, green value is 52 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cc348e hue: 0.90 , saturation: 0.60 and the lightness value of cc348e is 0.50.

The process color (four color CMYK) of #cc348e color hex is 0.00, 0.75, 0.30, 0.20. Web safe color of #cc348e is #cc3399. Color #cc348e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 10001110
Octal 314 64 216
Decimal 204 52 142
Hex CC 34 8E

RGB Percentages of Color #cc348e

%51.26
%13.07
%35.68

CMYK Percentages of Color #cc348e

%0
%75
%30
%20

Triadic Colors of #cc348e

#cc348e #8ecc34 #348ecc

Analogous Colors of #cc348e

#cc348e #cc3442 #be34cc

Monochromatic Colors of #cc348e

#cc348e

Complementary Color

#cc348e #34cc72

#cc348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc348e Color CSS Codes

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

#cc348e Text Font Color

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

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


#cc348e Background Color

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

This div background color is #cc348e


#cc348e Border Color

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

This div border color is #cc348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc348e


Comments

No comments written yet.

Please login to write comment.