Color Hex Logo

#c67ecb Color Hex

#C67ECB
(198,126,203)
0 Favorites   0 Comments

Color spaces of #c67ecb

RGB 198126203
HSL0.820.430.65
HSV296°38°80°
CMYK 0.020.380.00   0.20
XYZ41.529031.239360.3409
Yxy31.23930.31200.2347
Hunter Lab55.892134.8179-24.8847
CIE-Lab62.709140.1456-28.5730

#c67ecb color RGB value is (198,126,203).

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

The process color (four color CMYK) of #c67ecb color hex is 0.02, 0.38, 0.00, 0.20. Web safe color of #c67ecb is #cc66cc. Color #c67ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 11001011
Octal 306 176 313
Decimal 198 126 203
Hex C6 7E CB

RGB Percentages of Color #c67ecb

%37.57
%23.91
%38.52

CMYK Percentages of Color #c67ecb

%2
%38
%0
%20

Triadic Colors of #c67ecb

#c67ecb #cbc67e #7ecbc6

Analogous Colors of #c67ecb

#c67ecb #cb7eaa #a07ecb

Monochromatic Colors of #c67ecb

#c67ecb

Complementary Color

#c67ecb #83cb7e

#c67ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67ecb Color CSS Codes

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

#c67ecb Text Font Color

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

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


#c67ecb Background Color

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

This div background color is #c67ecb


#c67ecb Border Color

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

This div border color is #c67ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67ecb


Comments

No comments written yet.

Please login to write comment.