Color Hex Logo

#c67ece Color Hex

#C67ECE
(198,126,206)
0 Favorites   0 Comments

Color spaces of #c67ece

RGB 198126206
HSL0.820.450.65
HSV294°39°81°
CMYK 0.040.390.00   0.19
XYZ41.890131.383762.2423
Yxy31.38370.30910.2316
Hunter Lab56.021235.4372-26.6593
CIE-Lab62.830240.7201-30.0720

#c67ece color RGB value is (198,126,206).

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

The process color (four color CMYK) of #c67ece color hex is 0.04, 0.39, 0.00, 0.19. Web safe color of #c67ece is #cc66cc. Color #c67ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 11001110
Octal 306 176 316
Decimal 198 126 206
Hex C6 7E CE

RGB Percentages of Color #c67ece

%37.36
%23.77
%38.87

CMYK Percentages of Color #c67ece

%4
%39
%0
%19

Triadic Colors of #c67ece

#c67ece #cec67e #7ecec6

Analogous Colors of #c67ece

#c67ece #ce7eae #9e7ece

Monochromatic Colors of #c67ece

#c67ece

Complementary Color

#c67ece #86ce7e

#c67ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67ece Color CSS Codes

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

#c67ece Text Font Color

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

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


#c67ece Background Color

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

This div background color is #c67ece


#c67ece Border Color

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

This div border color is #c67ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67ece


Comments

No comments written yet.

Please login to write comment.