Color Hex Logo

#cc508d Color Hex

#CC508D
(204,80,141)
0 Favorites   0 Comments

Color spaces of #cc508d

RGB 20480141
HSL0.920.550.56
HSV330°61°80°
CMYK 0.000.610.31   0.20
XYZ32.578220.497827.4387
Yxy20.49780.40460.2546
Hunter Lab45.274549.2130-4.2407
CIE-Lab52.395455.1101-8.4043

#cc508d color RGB value is (204,80,141).

#cc508d hex color red value is 204, green value is 80 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cc508d hue: 0.92 , saturation: 0.55 and the lightness value of cc508d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 10001101
Octal 314 120 215
Decimal 204 80 141
Hex CC 50 8D

RGB Percentages of Color #cc508d

%48.00
%18.82
%33.18

CMYK Percentages of Color #cc508d

%0
%61
%31
%20

Triadic Colors of #cc508d

#cc508d #8dcc50 #508dcc

Analogous Colors of #cc508d

#cc508d #cc5150 #cc50cb

Monochromatic Colors of #cc508d

#cc508d

Complementary Color

#cc508d #50cc8f

#cc508d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc508d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc508d Color CSS Codes

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

#cc508d Text Font Color

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

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


#cc508d Background Color

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

This div background color is #cc508d


#cc508d Border Color

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

This div border color is #cc508d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc508d


Comments

No comments written yet.

Please login to write comment.