Color Hex Logo

#cc468d Color Hex

#CC468D
(204,70,141)
0 Favorites   0 Comments

Color spaces of #cc468d

RGB 20470141
HSL0.910.570.54
HSV328°66°80°
CMYK 0.000.660.31   0.20
XYZ31.899719.140827.2125
Yxy19.14080.40760.2446
Hunter Lab43.750253.5873-6.2531
CIE-Lab50.851559.3185-10.7181

#cc468d color RGB value is (204,70,141).

#cc468d hex color red value is 204, green value is 70 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cc468d hue: 0.91 , saturation: 0.57 and the lightness value of cc468d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 10001101
Octal 314 106 215
Decimal 204 70 141
Hex CC 46 8D

RGB Percentages of Color #cc468d

%49.16
%16.87
%33.98

CMYK Percentages of Color #cc468d

%0
%66
%31
%20

Triadic Colors of #cc468d

#cc468d #8dcc46 #468dcc

Analogous Colors of #cc468d

#cc468d #cc464a #c846cc

Monochromatic Colors of #cc468d

#cc468d

Complementary Color

#cc468d #46cc85

#cc468d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc468d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc468d Color CSS Codes

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

#cc468d Text Font Color

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

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


#cc468d Background Color

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

This div background color is #cc468d


#cc468d Border Color

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

This div border color is #cc468d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc468d


Comments

No comments written yet.

Please login to write comment.