Color Hex Logo

#c57bdb Color Hex

#C57BDB
(197,123,219)
0 Favorites   0 Comments

Color spaces of #c57bdb

RGB 197123219
HSL0.800.570.67
HSV286°44°86°
CMYK 0.100.440.00   0.14
XYZ42.895131.150770.7697
Yxy31.15070.29620.2151
Hunter Lab55.812839.5143-36.1097
CIE-Lab62.634644.5821-37.6674

#c57bdb color RGB value is (197,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111011 11011011
Octal 305 173 333
Decimal 197 123 219
Hex C5 7B DB

RGB Percentages of Color #c57bdb

%36.55
%22.82
%40.63

CMYK Percentages of Color #c57bdb

%10
%44
%0
%14

Triadic Colors of #c57bdb

#c57bdb #dbc57b #7bdbc5

Analogous Colors of #c57bdb

#c57bdb #db7bc1 #957bdb

Monochromatic Colors of #c57bdb

#c57bdb

Complementary Color

#c57bdb #91db7b

#c57bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57bdb Color CSS Codes

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

#c57bdb Text Font Color

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

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


#c57bdb Background Color

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

This div background color is #c57bdb


#c57bdb Border Color

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

This div border color is #c57bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57bdb


Comments

No comments written yet.

Please login to write comment.