Color Hex Logo

#c781cf Color Hex

#C781CF
(199,129,207)
0 Favorites   0 Comments

Color spaces of #c781cf

RGB 199129207
HSL0.820.450.66
HSV294°38°81°
CMYK 0.040.380.00   0.19
XYZ42.665932.347663.0265
Yxy32.34760.30910.2343
Hunter Lab56.875034.3742-25.8903
CIE-Lab63.629139.6111-29.3887

#c781cf color RGB value is (199,129,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000001 11001111
Octal 307 201 317
Decimal 199 129 207
Hex C7 81 CF

RGB Percentages of Color #c781cf

%37.20
%24.11
%38.69

CMYK Percentages of Color #c781cf

%4
%38
%0
%19

Triadic Colors of #c781cf

#c781cf #cfc781 #81cfc7

Analogous Colors of #c781cf

#c781cf #cf81b0 #a081cf

Monochromatic Colors of #c781cf

#c781cf

Complementary Color

#c781cf #89cf81

#c781cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c781cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c781cf Color CSS Codes

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

#c781cf Text Font Color

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

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


#c781cf Background Color

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

This div background color is #c781cf


#c781cf Border Color

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

This div border color is #c781cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c781cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c781cf


Comments

No comments written yet.

Please login to write comment.