Color Hex Logo

#c58dec Color Hex

#C58DEC
(197,141,236)
0 Favorites   0 Comments

Color spaces of #c58dec

RGB 197141236
HSL0.760.710.74
HSV275°40°93°
CMYK 0.170.400.00   0.07
XYZ47.691236.976283.9804
Yxy36.97620.28280.2193
Hunter Lab60.808133.5818-39.3182
CIE-Lab67.259238.4408-39.8652

#c58dec color RGB value is (197,141,236).

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

The process color (four color CMYK) of #c58dec color hex is 0.17, 0.40, 0.00, 0.07. Web safe color of #c58dec is #cc99ff. Color #c58dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001101 11101100
Octal 305 215 354
Decimal 197 141 236
Hex C5 8D EC

RGB Percentages of Color #c58dec

%34.32
%24.56
%41.11

CMYK Percentages of Color #c58dec

%17
%40
%0
%7

Triadic Colors of #c58dec

#c58dec #ecc58d #8decc5

Analogous Colors of #c58dec

#c58dec #ec8de4 #968dec

Monochromatic Colors of #c58dec

#c58dec

Complementary Color

#c58dec #b4ec8d

#c58dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58dec Color CSS Codes

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

#c58dec Text Font Color

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

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


#c58dec Background Color

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

This div background color is #c58dec


#c58dec Border Color

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

This div border color is #c58dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58dec


Comments

No comments written yet.

Please login to write comment.