Color Hex Logo

#c594db Color Hex

#C594DB
(197,148,219)
0 Favorites   0 Comments

Color spaces of #c594db

RGB 197148219
HSL0.780.500.72
HSV281°32°86°
CMYK 0.100.320.00   0.14
XYZ46.402038.164671.9387
Yxy38.16460.29650.2439
Hunter Lab61.777525.9634-25.7978
CIE-Lab68.141831.0237-29.1211

#c594db color RGB value is (197,148,219).

#c594db hex color red value is 197, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c594db hue: 0.78 , saturation: 0.50 and the lightness value of c594db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010100 11011011
Octal 305 224 333
Decimal 197 148 219
Hex C5 94 DB

RGB Percentages of Color #c594db

%34.93
%26.24
%38.83

CMYK Percentages of Color #c594db

%10
%32
%0
%14

Triadic Colors of #c594db

#c594db #dbc594 #94dbc5

Analogous Colors of #c594db

#c594db #db94ce #a294db

Monochromatic Colors of #c594db

#c594db

Complementary Color

#c594db #aadb94

#c594db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c594db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c594db Color CSS Codes

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

#c594db Text Font Color

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

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


#c594db Background Color

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

This div background color is #c594db


#c594db Border Color

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

This div border color is #c594db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c594db


Comments

No comments written yet.

Please login to write comment.