Color Hex Logo

#c57cdb Color Hex

#C57CDB
(197,124,219)
0 Favorites   0 Comments

Color spaces of #c57cdb

RGB 197124219
HSL0.790.570.67
HSV286°43°86°
CMYK 0.100.430.00   0.14
XYZ43.019831.400170.8113
Yxy31.40010.29620.2162
Hunter Lab56.035838.9754-35.6985
CIE-Lab62.843944.0512-37.3405

#c57cdb color RGB value is (197,124,219).

#c57cdb hex color red value is 197, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c57cdb hue: 0.79 , saturation: 0.57 and the lightness value of c57cdb is 0.67.

The process color (four color CMYK) of #c57cdb color hex is 0.10, 0.43, 0.00, 0.14. Web safe color of #c57cdb is #cc66cc. Color #c57cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111100 11011011
Octal 305 174 333
Decimal 197 124 219
Hex C5 7C DB

RGB Percentages of Color #c57cdb

%36.48
%22.96
%40.56

CMYK Percentages of Color #c57cdb

%10
%43
%0
%14

Triadic Colors of #c57cdb

#c57cdb #dbc57c #7cdbc5

Analogous Colors of #c57cdb

#c57cdb #db7cc2 #967cdb

Monochromatic Colors of #c57cdb

#c57cdb

Complementary Color

#c57cdb #92db7c

#c57cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57cdb Color CSS Codes

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

#c57cdb Text Font Color

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

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


#c57cdb Background Color

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

This div background color is #c57cdb


#c57cdb Border Color

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

This div border color is #c57cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57cdb


Comments

No comments written yet.

Please login to write comment.