Color Hex Logo

#c681cf Color Hex

#C681CF
(198,129,207)
0 Favorites   0 Comments

Color spaces of #c681cf

RGB 198129207
HSL0.810.450.66
HSV293°38°81°
CMYK 0.040.380.00   0.19
XYZ42.401432.211363.0141
Yxy32.21130.30810.2340
Hunter Lab56.755034.0353-26.1002
CIE-Lab63.517139.3011-29.5709

#c681cf color RGB value is (198,129,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 11001111
Octal 306 201 317
Decimal 198 129 207
Hex C6 81 CF

RGB Percentages of Color #c681cf

%37.08
%24.16
%38.76

CMYK Percentages of Color #c681cf

%4
%38
%0
%19

Triadic Colors of #c681cf

#c681cf #cfc681 #81cfc6

Analogous Colors of #c681cf

#c681cf #cf81b1 #9f81cf

Monochromatic Colors of #c681cf

#c681cf

Complementary Color

#c681cf #8acf81

#c681cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c681cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c681cf Color CSS Codes

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

#c681cf Text Font Color

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

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


#c681cf Background Color

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

This div background color is #c681cf


#c681cf Border Color

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

This div border color is #c681cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c681cf


Comments

No comments written yet.

Please login to write comment.