Color Hex Logo

#c583ca Color Hex

#C583CA
(197,131,202)
0 Favorites   0 Comments

Color spaces of #c583ca

RGB 197131202
HSL0.820.400.65
HSV296°35°79°
CMYK 0.020.350.00   0.21
XYZ41.802932.367259.9214
Yxy32.36720.31170.2414
Hunter Lab56.892231.5959-22.6224
CIE-Lab63.645236.9430-26.5775

#c583ca color RGB value is (197,131,202).

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

The process color (four color CMYK) of #c583ca color hex is 0.02, 0.35, 0.00, 0.21. Web safe color of #c583ca is #cc99cc. Color #c583ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000011 11001010
Octal 305 203 312
Decimal 197 131 202
Hex C5 83 CA

RGB Percentages of Color #c583ca

%37.17
%24.72
%38.11

CMYK Percentages of Color #c583ca

%2
%35
%0
%21

Triadic Colors of #c583ca

#c583ca #cac583 #83cac5

Analogous Colors of #c583ca

#c583ca #ca83ac #a283ca

Monochromatic Colors of #c583ca

#c583ca

Complementary Color

#c583ca #88ca83

#c583ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c583ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c583ca Color CSS Codes

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

#c583ca Text Font Color

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

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


#c583ca Background Color

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

This div background color is #c583ca


#c583ca Border Color

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

This div border color is #c583ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c583ca


Comments

No comments written yet.

Please login to write comment.