Color Hex Logo

#c58edb Color Hex

#C58EDB
(197,142,219)
0 Favorites   0 Comments

Color spaces of #c58edb

RGB 197142219
HSL0.790.520.71
HSV283°35°86°
CMYK 0.100.350.00   0.14
XYZ45.485136.330871.6330
Yxy36.33080.29640.2368
Hunter Lab60.275029.2194-28.2698
CIE-Lab66.771934.3177-31.2358

#c58edb color RGB value is (197,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001110 11011011
Octal 305 216 333
Decimal 197 142 219
Hex C5 8E DB

RGB Percentages of Color #c58edb

%35.30
%25.45
%39.25

CMYK Percentages of Color #c58edb

%10
%35
%0
%14

Triadic Colors of #c58edb

#c58edb #dbc58e #8edbc5

Analogous Colors of #c58edb

#c58edb #db8ecb #9f8edb

Monochromatic Colors of #c58edb

#c58edb

Complementary Color

#c58edb #a4db8e

#c58edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58edb Color CSS Codes

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

#c58edb Text Font Color

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

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


#c58edb Background Color

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

This div background color is #c58edb


#c58edb Border Color

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

This div border color is #c58edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58edb


Comments

No comments written yet.

Please login to write comment.