Color Hex Logo

#c68ebe Color Hex

#C68EBE
(198,142,190)
0 Favorites   0 Comments

Color spaces of #c68ebe

RGB 198142190
HSL0.860.330.67
HSV309°28°78°
CMYK 0.000.280.04   0.22
XYZ42.256035.069553.2572
Yxy35.06950.32360.2686
Hunter Lab59.219523.7343-11.8669
CIE-Lab65.802729.0122-16.5414

#c68ebe color RGB value is (198,142,190).

#c68ebe hex color red value is 198, green value is 142 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c68ebe hue: 0.86 , saturation: 0.33 and the lightness value of c68ebe is 0.67.

The process color (four color CMYK) of #c68ebe color hex is 0.00, 0.28, 0.04, 0.22. Web safe color of #c68ebe is #cc99cc. Color #c68ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001110 10111110
Octal 306 216 276
Decimal 198 142 190
Hex C6 8E BE

RGB Percentages of Color #c68ebe

%37.36
%26.79
%35.85

CMYK Percentages of Color #c68ebe

%0
%28
%4
%22

Triadic Colors of #c68ebe

#c68ebe #bec68e #8ebec6

Analogous Colors of #c68ebe

#c68ebe #c68ea2 #b28ec6

Monochromatic Colors of #c68ebe

#c68ebe

Complementary Color

#c68ebe #8ec696

#c68ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68ebe Color CSS Codes

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

#c68ebe Text Font Color

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

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


#c68ebe Background Color

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

This div background color is #c68ebe


#c68ebe Border Color

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

This div border color is #c68ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68ebe


Comments

No comments written yet.

Please login to write comment.