Color Hex Logo

#c481ce Color Hex

#C481CE
(196,129,206)
0 Favorites   0 Comments

Color spaces of #c481ce

RGB 196129206
HSL0.810.440.66
HSV292°37°81°
CMYK 0.050.370.00   0.19
XYZ41.755831.892562.3476
Yxy31.89250.30700.2345
Hunter Lab56.473433.1523-25.9257
CIE-Lab63.253938.4867-29.4350

#c481ce color RGB value is (196,129,206).

#c481ce hex color red value is 196, green value is 129 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c481ce hue: 0.81 , saturation: 0.44 and the lightness value of c481ce is 0.66.

The process color (four color CMYK) of #c481ce color hex is 0.05, 0.37, 0.00, 0.19. Web safe color of #c481ce is #cc99cc. Color #c481ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 11001110
Octal 304 201 316
Decimal 196 129 206
Hex C4 81 CE

RGB Percentages of Color #c481ce

%36.91
%24.29
%38.79

CMYK Percentages of Color #c481ce

%5
%37
%0
%19

Triadic Colors of #c481ce

#c481ce #cec481 #81cec4

Analogous Colors of #c481ce

#c481ce #ce81b2 #9e81ce

Monochromatic Colors of #c481ce

#c481ce

Complementary Color

#c481ce #8bce81

#c481ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c481ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c481ce Color CSS Codes

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

#c481ce Text Font Color

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

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


#c481ce Background Color

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

This div background color is #c481ce


#c481ce Border Color

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

This div border color is #c481ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c481ce


Comments

No comments written yet.

Please login to write comment.