Color Hex Logo

#c58fdb Color Hex

#C58FDB
(197,143,219)
0 Favorites   0 Comments

Color spaces of #c58fdb

RGB 197143219
HSL0.790.510.71
HSV283°35°86°
CMYK 0.100.350.00   0.14
XYZ45.634636.629771.6829
Yxy36.62970.29640.2379
Hunter Lab60.522528.6766-27.8574
CIE-Lab66.998333.7700-30.8859

#c58fdb color RGB value is (197,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 11011011
Octal 305 217 333
Decimal 197 143 219
Hex C5 8F DB

RGB Percentages of Color #c58fdb

%35.24
%25.58
%39.18

CMYK Percentages of Color #c58fdb

%10
%35
%0
%14

Triadic Colors of #c58fdb

#c58fdb #dbc58f #8fdbc5

Analogous Colors of #c58fdb

#c58fdb #db8fcb #9f8fdb

Monochromatic Colors of #c58fdb

#c58fdb

Complementary Color

#c58fdb #a5db8f

#c58fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fdb Color CSS Codes

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

#c58fdb Text Font Color

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

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


#c58fdb Background Color

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

This div background color is #c58fdb


#c58fdb Border Color

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

This div border color is #c58fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fdb


Comments

No comments written yet.

Please login to write comment.