Color Hex Logo

#c586cd Color Hex

#C586CD
(197,134,205)
0 Favorites   0 Comments

Color spaces of #c586cd

RGB 197134205
HSL0.810.420.66
HSV293°35°80°
CMYK 0.040.350.00   0.20
XYZ42.570533.328361.9469
Yxy33.32830.30880.2418
Hunter Lab57.730730.5969-23.2086
CIE-Lab64.425935.8914-27.0579

#c586cd color RGB value is (197,134,205).

#c586cd hex color red value is 197, green value is 134 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c586cd hue: 0.81 , saturation: 0.42 and the lightness value of c586cd is 0.66.

The process color (four color CMYK) of #c586cd color hex is 0.04, 0.35, 0.00, 0.20. Web safe color of #c586cd is #cc99cc. Color #c586cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000110 11001101
Octal 305 206 315
Decimal 197 134 205
Hex C5 86 CD

RGB Percentages of Color #c586cd

%36.75
%25.00
%38.25

CMYK Percentages of Color #c586cd

%4
%35
%0
%20

Triadic Colors of #c586cd

#c586cd #cdc586 #86cdc5

Analogous Colors of #c586cd

#c586cd #cd86b2 #a286cd

Monochromatic Colors of #c586cd

#c586cd

Complementary Color

#c586cd #8ecd86

#c586cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c586cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c586cd Color CSS Codes

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

#c586cd Text Font Color

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

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


#c586cd Background Color

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

This div background color is #c586cd


#c586cd Border Color

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

This div border color is #c586cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c586cd


Comments

No comments written yet.

Please login to write comment.