Color Hex Logo

#c781bc Color Hex

#C781BC
(199,129,188)
0 Favorites   0 Comments

Color spaces of #c781bc

RGB 199129188
HSL0.860.380.64
HSV309°35°78°
CMYK 0.000.350.06   0.22
XYZ40.480531.473551.5184
Yxy31.47350.32790.2549
Hunter Lab56.101230.6215-15.1758
CIE-Lab62.905336.0796-19.8030

#c781bc color RGB value is (199,129,188).

#c781bc hex color red value is 199, green value is 129 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c781bc hue: 0.86 , saturation: 0.38 and the lightness value of c781bc is 0.64.

The process color (four color CMYK) of #c781bc color hex is 0.00, 0.35, 0.06, 0.22. Web safe color of #c781bc is #cc99cc. Color #c781bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000001 10111100
Octal 307 201 274
Decimal 199 129 188
Hex C7 81 BC

RGB Percentages of Color #c781bc

%38.57
%25.00
%36.43

CMYK Percentages of Color #c781bc

%0
%35
%6
%22

Triadic Colors of #c781bc

#c781bc #bcc781 #81bcc7

Analogous Colors of #c781bc

#c781bc #c78199 #af81c7

Monochromatic Colors of #c781bc

#c781bc

Complementary Color

#c781bc #81c78c

#c781bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c781bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c781bc Color CSS Codes

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

#c781bc Text Font Color

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

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


#c781bc Background Color

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

This div background color is #c781bc


#c781bc Border Color

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

This div border color is #c781bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c781bc


Comments

No comments written yet.

Please login to write comment.