Color Hex Logo

#c594dd Color Hex

#C594DD
(197,148,221)
0 Favorites   0 Comments

Color spaces of #c594dd

RGB 197148221
HSL0.780.520.72
HSV280°33°87°
CMYK 0.110.330.00   0.13
XYZ46.667038.270673.3340
Yxy38.27060.29490.2418
Hunter Lab61.863226.3922-26.9794
CIE-Lab68.219631.4363-30.1059

#c594dd color RGB value is (197,148,221).

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

The process color (four color CMYK) of #c594dd color hex is 0.11, 0.33, 0.00, 0.13. Web safe color of #c594dd is #cc99cc. Color #c594dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010100 11011101
Octal 305 224 335
Decimal 197 148 221
Hex C5 94 DD

RGB Percentages of Color #c594dd

%34.81
%26.15
%39.05

CMYK Percentages of Color #c594dd

%11
%33
%0
%13

Triadic Colors of #c594dd

#c594dd #ddc594 #94ddc5

Analogous Colors of #c594dd

#c594dd #dd94d1 #a194dd

Monochromatic Colors of #c594dd

#c594dd

Complementary Color

#c594dd #acdd94

#c594dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c594dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c594dd Color CSS Codes

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

#c594dd Text Font Color

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

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


#c594dd Background Color

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

This div background color is #c594dd


#c594dd Border Color

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

This div border color is #c594dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c594dd


Comments

No comments written yet.

Please login to write comment.