Color Hex Logo

#c67ebd Color Hex

#C67EBD
(198,126,189)
0 Favorites   0 Comments

Color spaces of #c67ebd

RGB 198126189
HSL0.850.390.64
HSV308°36°78°
CMYK 0.000.360.05   0.22
XYZ39.934930.601651.9460
Yxy30.60160.32600.2498
Hunter Lab55.318732.0524-16.9521
CIE-Lab62.169937.5519-21.5010

#c67ebd color RGB value is (198,126,189).

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

The process color (four color CMYK) of #c67ebd color hex is 0.00, 0.36, 0.05, 0.22. Web safe color of #c67ebd is #cc66cc. Color #c67ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 10111101
Octal 306 176 275
Decimal 198 126 189
Hex C6 7E BD

RGB Percentages of Color #c67ebd

%38.60
%24.56
%36.84

CMYK Percentages of Color #c67ebd

%0
%36
%5
%22

Triadic Colors of #c67ebd

#c67ebd #bdc67e #7ebdc6

Analogous Colors of #c67ebd

#c67ebd #c67e99 #ab7ec6

Monochromatic Colors of #c67ebd

#c67ebd

Complementary Color

#c67ebd #7ec687

#c67ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67ebd Color CSS Codes

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

#c67ebd Text Font Color

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

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


#c67ebd Background Color

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

This div background color is #c67ebd


#c67ebd Border Color

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

This div border color is #c67ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67ebd


Comments

No comments written yet.

Please login to write comment.