Color Hex Logo

#c67ebf Color Hex

#C67EBF
(198,126,191)
0 Favorites   0 Comments

Color spaces of #c67ebf

RGB 198126191
HSL0.850.390.64
HSV306°36°78°
CMYK 0.000.360.04   0.22
XYZ40.153530.689153.0975
Yxy30.68910.32400.2476
Hunter Lab55.397732.4347-18.0497
CIE-Lab62.244337.9132-22.5190

#c67ebf color RGB value is (198,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 10111111
Octal 306 176 277
Decimal 198 126 191
Hex C6 7E BF

RGB Percentages of Color #c67ebf

%38.45
%24.47
%37.09

CMYK Percentages of Color #c67ebf

%0
%36
%4
%22

Triadic Colors of #c67ebf

#c67ebf #bfc67e #7ebfc6

Analogous Colors of #c67ebf

#c67ebf #c67e9b #a97ec6

Monochromatic Colors of #c67ebf

#c67ebf

Complementary Color

#c67ebf #7ec685

#c67ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67ebf Color CSS Codes

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

#c67ebf Text Font Color

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

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


#c67ebf Background Color

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

This div background color is #c67ebf


#c67ebf Border Color

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

This div border color is #c67ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67ebf


Comments

No comments written yet.

Please login to write comment.