Color Hex Logo

#c583cd Color Hex

#C583CD
(197,131,205)
0 Favorites   0 Comments

Color spaces of #c583cd

RGB 197131205
HSL0.820.430.66
HSV294°36°80°
CMYK 0.040.360.00   0.20
XYZ42.161732.510761.8106
Yxy32.51070.30890.2382
Hunter Lab57.018232.2089-24.3607
CIE-Lab63.762737.5212-28.0795

#c583cd color RGB value is (197,131,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000011 11001101
Octal 305 203 315
Decimal 197 131 205
Hex C5 83 CD

RGB Percentages of Color #c583cd

%36.96
%24.58
%38.46

CMYK Percentages of Color #c583cd

%4
%36
%0
%20

Triadic Colors of #c583cd

#c583cd #cdc583 #83cdc5

Analogous Colors of #c583cd

#c583cd #cd83b0 #a083cd

Monochromatic Colors of #c583cd

#c583cd

Complementary Color

#c583cd #8bcd83

#c583cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c583cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c583cd Color CSS Codes

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

#c583cd Text Font Color

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

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


#c583cd Background Color

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

This div background color is #c583cd


#c583cd Border Color

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

This div border color is #c583cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c583cd


Comments

No comments written yet.

Please login to write comment.