Color Hex Logo

#cc5086 Color Hex

#CC5086
(204,80,134)
0 Favorites   0 Comments

Color spaces of #cc5086

RGB 20480134
HSL0.930.550.56
HSV334°61°80°
CMYK 0.000.610.34   0.20
XYZ32.073620.295924.7813
Yxy20.29590.41570.2631
Hunter Lab45.051048.2421-1.0781
CIE-Lab52.170154.2652-4.5753

#cc5086 color RGB value is (204,80,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 10000110
Octal 314 120 206
Decimal 204 80 134
Hex CC 50 86

RGB Percentages of Color #cc5086

%48.80
%19.14
%32.06

CMYK Percentages of Color #cc5086

%0
%61
%34
%20

Triadic Colors of #cc5086

#cc5086 #86cc50 #5086cc

Analogous Colors of #cc5086

#cc5086 #cc5850 #cc50c4

Monochromatic Colors of #cc5086

#cc5086

Complementary Color

#cc5086 #50cc96

#cc5086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5086 Color CSS Codes

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

#cc5086 Text Font Color

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

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


#cc5086 Background Color

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

This div background color is #cc5086


#cc5086 Border Color

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

This div border color is #cc5086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5086


Comments

No comments written yet.

Please login to write comment.