Color Hex Logo

#c57bde Color Hex

#C57BDE
(197,123,222)
0 Favorites   0 Comments

Color spaces of #c57bde

RGB 197123222
HSL0.790.600.68
HSV285°45°87°
CMYK 0.110.450.00   0.13
XYZ43.293731.310272.8689
Yxy31.31020.29360.2123
Hunter Lab55.955540.1862-38.0424
CIE-Lab62.768645.1888-39.1327

#c57bde color RGB value is (197,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111011 11011110
Octal 305 173 336
Decimal 197 123 222
Hex C5 7B DE

RGB Percentages of Color #c57bde

%36.35
%22.69
%40.96

CMYK Percentages of Color #c57bde

%11
%45
%0
%13

Triadic Colors of #c57bde

#c57bde #dec57b #7bdec5

Analogous Colors of #c57bde

#c57bde #de7bc6 #947bde

Monochromatic Colors of #c57bde

#c57bde

Complementary Color

#c57bde #94de7b

#c57bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57bde Color CSS Codes

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

#c57bde Text Font Color

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

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


#c57bde Background Color

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

This div background color is #c57bde


#c57bde Border Color

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

This div border color is #c57bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57bde


Comments

No comments written yet.

Please login to write comment.