Color Hex Logo

#c481cb Color Hex

#C481CB
(196,129,203)
0 Favorites   0 Comments

Color spaces of #c481cb

RGB 196129203
HSL0.820.420.65
HSV294°36°80°
CMYK 0.030.360.00   0.20
XYZ41.394731.748160.4462
Yxy31.74810.30990.2377
Hunter Lab56.345532.5321-24.1632
CIE-Lab63.134137.9042-27.9358

#c481cb color RGB value is (196,129,203).

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

The process color (four color CMYK) of #c481cb color hex is 0.03, 0.36, 0.00, 0.20. Web safe color of #c481cb is #cc99cc. Color #c481cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 11001011
Octal 304 201 313
Decimal 196 129 203
Hex C4 81 CB

RGB Percentages of Color #c481cb

%37.12
%24.43
%38.45

CMYK Percentages of Color #c481cb

%3
%36
%0
%20

Triadic Colors of #c481cb

#c481cb #cbc481 #81cbc4

Analogous Colors of #c481cb

#c481cb #cb81ad #9f81cb

Monochromatic Colors of #c481cb

#c481cb

Complementary Color

#c481cb #88cb81

#c481cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c481cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c481cb Color CSS Codes

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

#c481cb Text Font Color

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

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


#c481cb Background Color

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

This div background color is #c481cb


#c481cb Border Color

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

This div border color is #c481cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c481cb


Comments

No comments written yet.

Please login to write comment.