Color Hex Logo

#c58adb Color Hex

#C58ADB
(197,138,219)
0 Favorites   0 Comments

Color spaces of #c58adb

RGB 197138219
HSL0.790.530.70
HSV284°37°86°
CMYK 0.100.370.00   0.14
XYZ44.900635.161771.4382
Yxy35.16170.29640.2321
Hunter Lab59.297331.3920-29.9213
CIE-Lab65.874436.5040-32.6254

#c58adb color RGB value is (197,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001010 11011011
Octal 305 212 333
Decimal 197 138 219
Hex C5 8A DB

RGB Percentages of Color #c58adb

%35.56
%24.91
%39.53

CMYK Percentages of Color #c58adb

%10
%37
%0
%14

Triadic Colors of #c58adb

#c58adb #dbc58a #8adbc5

Analogous Colors of #c58adb

#c58adb #db8ac9 #9d8adb

Monochromatic Colors of #c58adb

#c58adb

Complementary Color

#c58adb #a0db8a

#c58adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58adb Color CSS Codes

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

#c58adb Text Font Color

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

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


#c58adb Background Color

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

This div background color is #c58adb


#c58adb Border Color

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

This div border color is #c58adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58adb


Comments

No comments written yet.

Please login to write comment.