Color Hex Logo

#cc348d Color Hex

#CC348D
(204,52,141)
0 Favorites   0 Comments

Color spaces of #cc348d

RGB 20452141
HSL0.900.600.50
HSV325°75°80°
CMYK 0.000.750.31   0.20
XYZ30.937517.216426.8918
Yxy17.21640.41220.2294
Hunter Lab41.492660.4800-9.3816
CIE-Lab48.531665.7891-14.2212

#cc348d color RGB value is (204,52,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 10001101
Octal 314 64 215
Decimal 204 52 141
Hex CC 34 8D

RGB Percentages of Color #cc348d

%51.39
%13.10
%35.52

CMYK Percentages of Color #cc348d

%0
%75
%31
%20

Triadic Colors of #cc348d

#cc348d #8dcc34 #348dcc

Analogous Colors of #cc348d

#cc348d #cc3441 #bf34cc

Monochromatic Colors of #cc348d

#cc348d

Complementary Color

#cc348d #34cc73

#cc348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc348d Color CSS Codes

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

#cc348d Text Font Color

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

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


#cc348d Background Color

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

This div background color is #cc348d


#cc348d Border Color

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

This div border color is #cc348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc348d


Comments

No comments written yet.

Please login to write comment.