Color Hex Logo

#c481cf Color Hex

#C481CF
(196,129,207)
0 Favorites   0 Comments

Color spaces of #c481cf

RGB 196129207
HSL0.810.450.66
HSV292°38°81°
CMYK 0.050.380.00   0.19
XYZ41.877731.941362.9896
Yxy31.94130.30610.2335
Hunter Lab56.516633.3608-26.5190
CIE-Lab63.294338.6821-29.9334

#c481cf color RGB value is (196,129,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 11001111
Octal 304 201 317
Decimal 196 129 207
Hex C4 81 CF

RGB Percentages of Color #c481cf

%36.84
%24.25
%38.91

CMYK Percentages of Color #c481cf

%5
%38
%0
%19

Triadic Colors of #c481cf

#c481cf #cfc481 #81cfc4

Analogous Colors of #c481cf

#c481cf #cf81b3 #9d81cf

Monochromatic Colors of #c481cf

#c481cf

Complementary Color

#c481cf #8ccf81

#c481cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c481cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c481cf Color CSS Codes

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

#c481cf Text Font Color

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

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


#c481cf Background Color

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

This div background color is #c481cf


#c481cf Border Color

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

This div border color is #c481cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c481cf


Comments

No comments written yet.

Please login to write comment.