Color Hex Logo

#c18ebe Color Hex

#C18EBE
(193,142,190)
0 Favorites   0 Comments

Color spaces of #c18ebe

RGB 193142190
HSL0.840.290.66
HSV304°26°76°
CMYK 0.000.260.02   0.24
XYZ40.959634.401253.1965
Yxy34.40120.31860.2676
Hunter Lab58.652522.0123-12.7179
CIE-Lab65.279827.3232-17.3832

#c18ebe color RGB value is (193,142,190).

#c18ebe hex color red value is 193, green value is 142 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c18ebe hue: 0.84 , saturation: 0.29 and the lightness value of c18ebe is 0.66.

The process color (four color CMYK) of #c18ebe color hex is 0.00, 0.26, 0.02, 0.24. Web safe color of #c18ebe is #cc99cc. Color #c18ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001110 10111110
Octal 301 216 276
Decimal 193 142 190
Hex C1 8E BE

RGB Percentages of Color #c18ebe

%36.76
%27.05
%36.19

CMYK Percentages of Color #c18ebe

%0
%26
%2
%24

Triadic Colors of #c18ebe

#c18ebe #bec18e #8ebec1

Analogous Colors of #c18ebe

#c18ebe #c18ea5 #ab8ec1

Monochromatic Colors of #c18ebe

#c18ebe

Complementary Color

#c18ebe #8ec191

#c18ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18ebe Color CSS Codes

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

#c18ebe Text Font Color

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

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


#c18ebe Background Color

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

This div background color is #c18ebe


#c18ebe Border Color

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

This div border color is #c18ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,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 #c18ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18ebe


Comments

No comments written yet.

Please login to write comment.