Color Hex Logo

#c481fc Color Hex

#C481FC
(196,129,252)
0 Favorites   0 Comments

Color spaces of #c481fc

RGB 196129252
HSL0.760.950.75
HSV273°49°99°
CMYK 0.220.490.00   0.01
XYZ48.185934.464696.2081
Yxy34.46460.26940.1927
Hunter Lab58.706643.7750-56.0697
CIE-Lab65.329748.1266-51.6936

#c481fc color RGB value is (196,129,252).

#c481fc hex color red value is 196, green value is 129 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c481fc hue: 0.76 , saturation: 0.95 and the lightness value of c481fc is 0.75.

The process color (four color CMYK) of #c481fc color hex is 0.22, 0.49, 0.00, 0.01. Web safe color of #c481fc is #cc99ff. Color #c481fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 11111100
Octal 304 201 374
Decimal 196 129 252
Hex C4 81 FC

RGB Percentages of Color #c481fc

%33.97
%22.36
%43.67

CMYK Percentages of Color #c481fc

%22
%49
%0
%1

Triadic Colors of #c481fc

#c481fc #fcc481 #81fcc4

Analogous Colors of #c481fc

#c481fc #fc81f7 #8781fc

Monochromatic Colors of #c481fc

#c481fc

Complementary Color

#c481fc #b9fc81

#c481fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c481fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c481fc Color CSS Codes

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

#c481fc Text Font Color

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

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


#c481fc Background Color

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

This div background color is #c481fc


#c481fc Border Color

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

This div border color is #c481fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c481fc


Comments

No comments written yet.

Please login to write comment.