Color Hex Logo

#c489dd Color Hex

#C489DD
(196,137,221)
0 Favorites   0 Comments

Color spaces of #c489dd

RGB 196137221
HSL0.780.550.70
HSV282°38°87°
CMYK 0.110.380.00   0.13
XYZ44.761834.847572.7737
Yxy34.84750.29370.2287
Hunter Lab59.031832.0449-31.7698
CIE-Lab65.629837.1566-34.1235

#c489dd color RGB value is (196,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001001 11011101
Octal 304 211 335
Decimal 196 137 221
Hex C4 89 DD

RGB Percentages of Color #c489dd

%35.38
%24.73
%39.89

CMYK Percentages of Color #c489dd

%11
%38
%0
%13

Triadic Colors of #c489dd

#c489dd #ddc489 #89ddc4

Analogous Colors of #c489dd

#c489dd #dd89cc #9a89dd

Monochromatic Colors of #c489dd

#c489dd

Complementary Color

#c489dd #a2dd89

#c489dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c489dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c489dd Color CSS Codes

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

#c489dd Text Font Color

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

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


#c489dd Background Color

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

This div background color is #c489dd


#c489dd Border Color

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

This div border color is #c489dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c489dd


Comments

No comments written yet.

Please login to write comment.