Color Hex Logo

#c58ddb Color Hex

#C58DDB
(197,141,219)
0 Favorites   0 Comments

Color spaces of #c58ddb

RGB 197141219
HSL0.790.520.71
HSV283°36°86°
CMYK 0.100.360.00   0.14
XYZ45.337036.034571.5837
Yxy36.03450.29640.2356
Hunter Lab60.028729.7627-28.6826
CIE-Lab66.546334.8653-31.5849

#c58ddb color RGB value is (197,141,219).

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

The process color (four color CMYK) of #c58ddb color hex is 0.10, 0.36, 0.00, 0.14. Web safe color of #c58ddb is #cc99cc. Color #c58ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001101 11011011
Octal 305 215 333
Decimal 197 141 219
Hex C5 8D DB

RGB Percentages of Color #c58ddb

%35.37
%25.31
%39.32

CMYK Percentages of Color #c58ddb

%10
%36
%0
%14

Triadic Colors of #c58ddb

#c58ddb #dbc58d #8ddbc5

Analogous Colors of #c58ddb

#c58ddb #db8dca #9e8ddb

Monochromatic Colors of #c58ddb

#c58ddb

Complementary Color

#c58ddb #a3db8d

#c58ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58ddb Color CSS Codes

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

#c58ddb Text Font Color

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

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


#c58ddb Background Color

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

This div background color is #c58ddb


#c58ddb Border Color

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

This div border color is #c58ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58ddb


Comments

No comments written yet.

Please login to write comment.