Color Hex Logo

#c681ce Color Hex

#C681CE
(198,129,206)
0 Favorites   0 Comments

Color spaces of #c681ce

RGB 198129206
HSL0.820.440.66
HSV294°37°81°
CMYK 0.040.370.00   0.19
XYZ42.279532.162562.3721
Yxy32.16250.30900.2351
Hunter Lab56.712033.8280-25.5090
CIE-Lab63.477039.1078-29.0722

#c681ce color RGB value is (198,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 11001110
Octal 306 201 316
Decimal 198 129 206
Hex C6 81 CE

RGB Percentages of Color #c681ce

%37.15
%24.20
%38.65

CMYK Percentages of Color #c681ce

%4
%37
%0
%19

Triadic Colors of #c681ce

#c681ce #cec681 #81cec6

Analogous Colors of #c681ce

#c681ce #ce81b0 #a081ce

Monochromatic Colors of #c681ce

#c681ce

Complementary Color

#c681ce #89ce81

#c681ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c681ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c681ce Color CSS Codes

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

#c681ce Text Font Color

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

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


#c681ce Background Color

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

This div background color is #c681ce


#c681ce Border Color

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

This div border color is #c681ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c681ce


Comments

No comments written yet.

Please login to write comment.