Color Hex Logo

#c481cc Color Hex

#C481CC
(196,129,204)
0 Favorites   0 Comments

Color spaces of #c481cc

RGB 196129204
HSL0.820.420.65
HSV294°37°80°
CMYK 0.040.370.00   0.20
XYZ41.514331.795961.0759
Yxy31.79590.30890.2366
Hunter Lab56.387932.7379-24.7478
CIE-Lab63.173838.0977-28.4361

#c481cc color RGB value is (196,129,204).

#c481cc hex color red value is 196, green value is 129 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c481cc hue: 0.82 , saturation: 0.42 and the lightness value of c481cc is 0.65.

The process color (four color CMYK) of #c481cc color hex is 0.04, 0.37, 0.00, 0.20. Web safe color of #c481cc is #cc99cc. Color #c481cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 11001100
Octal 304 201 314
Decimal 196 129 204
Hex C4 81 CC

RGB Percentages of Color #c481cc

%37.05
%24.39
%38.56

CMYK Percentages of Color #c481cc

%4
%37
%0
%20

Triadic Colors of #c481cc

#c481cc #ccc481 #81ccc4

Analogous Colors of #c481cc

#c481cc #cc81af #9f81cc

Monochromatic Colors of #c481cc

#c481cc

Complementary Color

#c481cc #89cc81

#c481cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c481cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c481cc Color CSS Codes

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

#c481cc Text Font Color

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

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


#c481cc Background Color

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

This div background color is #c481cc


#c481cc Border Color

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

This div border color is #c481cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,129,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c481cc


Comments

No comments written yet.

Please login to write comment.