Color Hex Logo

#c57bdf Color Hex

#C57BDF
(197,123,223)
0 Favorites   0 Comments

Color spaces of #c57bdf

RGB 197123223
HSL0.790.610.68
HSV284°45°87°
CMYK 0.120.450.00   0.13
XYZ43.428231.363973.5770
Yxy31.36390.29270.2114
Hunter Lab56.003540.4127-38.6924
CIE-Lab62.813645.3928-39.6199

#c57bdf color RGB value is (197,123,223).

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

The process color (four color CMYK) of #c57bdf color hex is 0.12, 0.45, 0.00, 0.13. Web safe color of #c57bdf is #cc66cc. Color #c57bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111011 11011111
Octal 305 173 337
Decimal 197 123 223
Hex C5 7B DF

RGB Percentages of Color #c57bdf

%36.28
%22.65
%41.07

CMYK Percentages of Color #c57bdf

%12
%45
%0
%13

Triadic Colors of #c57bdf

#c57bdf #dfc57b #7bdfc5

Analogous Colors of #c57bdf

#c57bdf #df7bc7 #937bdf

Monochromatic Colors of #c57bdf

#c57bdf

Complementary Color

#c57bdf #95df7b

#c57bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57bdf Color CSS Codes

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

#c57bdf Text Font Color

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

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


#c57bdf Background Color

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

This div background color is #c57bdf


#c57bdf Border Color

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

This div border color is #c57bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57bdf


Comments

No comments written yet.

Please login to write comment.