Color Hex Logo

#c781cc Color Hex

#C781CC
(199,129,204)
0 Favorites   0 Comments

Color spaces of #c781cc

RGB 199129204
HSL0.820.420.65
HSV296°37°80°
CMYK 0.020.370.00   0.20
XYZ42.302532.202361.1128
Yxy32.20230.31190.2374
Hunter Lab56.747133.7567-24.1284
CIE-Lab63.509739.0358-27.8902

#c781cc color RGB value is (199,129,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000001 11001100
Octal 307 201 314
Decimal 199 129 204
Hex C7 81 CC

RGB Percentages of Color #c781cc

%37.41
%24.25
%38.35

CMYK Percentages of Color #c781cc

%2
%37
%0
%20

Triadic Colors of #c781cc

#c781cc #ccc781 #81ccc7

Analogous Colors of #c781cc

#c781cc #cc81ac #a281cc

Monochromatic Colors of #c781cc

#c781cc

Complementary Color

#c781cc #86cc81

#c781cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c781cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c781cc Color CSS Codes

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

#c781cc Text Font Color

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

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


#c781cc Background Color

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

This div background color is #c781cc


#c781cc Border Color

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

This div border color is #c781cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c781cc


Comments

No comments written yet.

Please login to write comment.