Color Hex Logo

#c481cd Color Hex

#C481CD
(196,129,205)
0 Favorites   0 Comments

Color spaces of #c481cd

RGB 196129205
HSL0.810.430.65
HSV293°37°80°
CMYK 0.040.370.00   0.20
XYZ41.634731.844161.7097
Yxy31.84410.30800.2356
Hunter Lab56.430632.9445-25.3352
CIE-Lab63.213838.2918-28.9358

#c481cd color RGB value is (196,129,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 11001101
Octal 304 201 315
Decimal 196 129 205
Hex C4 81 CD

RGB Percentages of Color #c481cd

%36.98
%24.34
%38.68

CMYK Percentages of Color #c481cd

%4
%37
%0
%20

Triadic Colors of #c481cd

#c481cd #cdc481 #81cdc4

Analogous Colors of #c481cd

#c481cd #cd81b0 #9e81cd

Monochromatic Colors of #c481cd

#c481cd

Complementary Color

#c481cd #8acd81

#c481cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c481cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c481cd Color CSS Codes

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

#c481cd Text Font Color

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

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


#c481cd Background Color

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

This div background color is #c481cd


#c481cd Border Color

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

This div border color is #c481cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c481cd


Comments

No comments written yet.

Please login to write comment.