Color Hex Logo

#c67ead Color Hex

#C67EAD
(198,126,173)
0 Favorites   0 Comments

Color spaces of #c67ead

RGB 198126173
HSL0.890.390.64
HSV321°36°78°
CMYK 0.000.360.13   0.22
XYZ38.292429.944643.2968
Yxy29.94460.34330.2685
Hunter Lab54.721729.1455-8.6062
CIE-Lab61.606434.7745-13.2674

#c67ead color RGB value is (198,126,173).

#c67ead hex color red value is 198, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c67ead hue: 0.89 , saturation: 0.39 and the lightness value of c67ead is 0.64.

The process color (four color CMYK) of #c67ead color hex is 0.00, 0.36, 0.13, 0.22. Web safe color of #c67ead is #cc6699. Color #c67ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 10101101
Octal 306 176 255
Decimal 198 126 173
Hex C6 7E AD

RGB Percentages of Color #c67ead

%39.84
%25.35
%34.81

CMYK Percentages of Color #c67ead

%0
%36
%13
%22

Triadic Colors of #c67ead

#c67ead #adc67e #7eadc6

Analogous Colors of #c67ead

#c67ead #c67e89 #bb7ec6

Monochromatic Colors of #c67ead

#c67ead

Complementary Color

#c67ead #7ec697

#c67ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67ead Color CSS Codes

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

#c67ead Text Font Color

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

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


#c67ead Background Color

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

This div background color is #c67ead


#c67ead Border Color

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

This div border color is #c67ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67ead


Comments

No comments written yet.

Please login to write comment.