Color Hex Logo

#c481dd Color Hex

#C481DD
(196,129,221)
0 Favorites   0 Comments

Color spaces of #c481dd

RGB 196129221
HSL0.790.580.69
HSV284°42°87°
CMYK 0.110.420.00   0.13
XYZ43.666432.656772.4085
Yxy32.65670.29360.2196
Hunter Lab57.146036.3897-35.1228
CIE-Lab63.882041.4907-36.8439

#c481dd color RGB value is (196,129,221).

#c481dd hex color red value is 196, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c481dd hue: 0.79 , saturation: 0.58 and the lightness value of c481dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 11011101
Octal 304 201 335
Decimal 196 129 221
Hex C4 81 DD

RGB Percentages of Color #c481dd

%35.90
%23.63
%40.48

CMYK Percentages of Color #c481dd

%11
%42
%0
%13

Triadic Colors of #c481dd

#c481dd #ddc481 #81ddc4

Analogous Colors of #c481dd

#c481dd #dd81c8 #9681dd

Monochromatic Colors of #c481dd

#c481dd

Complementary Color

#c481dd #9add81

#c481dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c481dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c481dd Color CSS Codes

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

#c481dd Text Font Color

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

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


#c481dd Background Color

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

This div background color is #c481dd


#c481dd Border Color

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

This div border color is #c481dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c481dd


Comments

No comments written yet.

Please login to write comment.