Color Hex Logo

#c491dd Color Hex

#C491DD
(196,145,221)
0 Favorites   0 Comments

Color spaces of #c491dd

RGB 196145221
HSL0.780.530.72
HSV280°34°87°
CMYK 0.110.340.00   0.13
XYZ45.941537.207073.1669
Yxy37.20700.29390.2380
Hunter Lab60.997527.6951-28.4204
CIE-Lab67.432032.7760-31.3304

#c491dd color RGB value is (196,145,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 11011101
Octal 304 221 335
Decimal 196 145 221
Hex C4 91 DD

RGB Percentages of Color #c491dd

%34.88
%25.80
%39.32

CMYK Percentages of Color #c491dd

%11
%34
%0
%13

Triadic Colors of #c491dd

#c491dd #ddc491 #91ddc4

Analogous Colors of #c491dd

#c491dd #dd91d0 #9e91dd

Monochromatic Colors of #c491dd

#c491dd

Complementary Color

#c491dd #aadd91

#c491dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c491dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c491dd Color CSS Codes

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

#c491dd Text Font Color

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

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


#c491dd Background Color

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

This div background color is #c491dd


#c491dd Border Color

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

This div border color is #c491dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c491dd


Comments

No comments written yet.

Please login to write comment.