Color Hex Logo

#c57fdd Color Hex

#C57FDD
(197,127,221)
0 Favorites   0 Comments

Color spaces of #c57fdd

RGB 197127221
HSL0.790.580.68
HSV285°43°87°
CMYK 0.110.430.00   0.13
XYZ43.666532.269572.3338
Yxy32.26950.29450.2176
Hunter Lab56.806237.8006-35.7321
CIE-Lab63.565042.8573-37.3303

#c57fdd color RGB value is (197,127,221).

#c57fdd hex color red value is 197, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c57fdd hue: 0.79 , saturation: 0.58 and the lightness value of c57fdd is 0.68.

The process color (four color CMYK) of #c57fdd color hex is 0.11, 0.43, 0.00, 0.13. Web safe color of #c57fdd is #cc66cc. Color #c57fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111111 11011101
Octal 305 177 335
Decimal 197 127 221
Hex C5 7F DD

RGB Percentages of Color #c57fdd

%36.15
%23.30
%40.55

CMYK Percentages of Color #c57fdd

%11
%43
%0
%13

Triadic Colors of #c57fdd

#c57fdd #ddc57f #7fddc5

Analogous Colors of #c57fdd

#c57fdd #dd7fc6 #967fdd

Monochromatic Colors of #c57fdd

#c57fdd

Complementary Color

#c57fdd #97dd7f

#c57fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57fdd Color CSS Codes

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

#c57fdd Text Font Color

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

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


#c57fdd Background Color

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

This div background color is #c57fdd


#c57fdd Border Color

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

This div border color is #c57fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57fdd


Comments

No comments written yet.

Please login to write comment.