Color Hex Logo

#c67eda Color Hex

#C67EDA
(198,126,218)
0 Favorites   0 Comments

Color spaces of #c67eda

RGB 198126218
HSL0.800.550.67
HSV287°42°85°
CMYK 0.090.420.00   0.15
XYZ43.404431.989470.2166
Yxy31.98940.29810.2197
Hunter Lab56.559238.0052-34.0154
CIE-Lab63.334143.0790-36.0089

#c67eda color RGB value is (198,126,218).

#c67eda hex color red value is 198, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c67eda hue: 0.80 , saturation: 0.55 and the lightness value of c67eda is 0.67.

The process color (four color CMYK) of #c67eda color hex is 0.09, 0.42, 0.00, 0.15. Web safe color of #c67eda is #cc66cc. Color #c67eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 11011010
Octal 306 176 332
Decimal 198 126 218
Hex C6 7E DA

RGB Percentages of Color #c67eda

%36.53
%23.25
%40.22

CMYK Percentages of Color #c67eda

%9
%42
%0
%15

Triadic Colors of #c67eda

#c67eda #dac67e #7edac6

Analogous Colors of #c67eda

#c67eda #da7ec0 #987eda

Monochromatic Colors of #c67eda

#c67eda

Complementary Color

#c67eda #92da7e

#c67eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67eda Color CSS Codes

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

#c67eda Text Font Color

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

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


#c67eda Background Color

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

This div background color is #c67eda


#c67eda Border Color

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

This div border color is #c67eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67eda


Comments

No comments written yet.

Please login to write comment.