Color Hex Logo

#ce6eba Color Hex

#CE6EBA
(206,110,186)
0 Favorites   0 Comments

Color spaces of #ce6eba

RGB 206110186
HSL0.870.490.62
HSV313°47°81°
CMYK 0.000.470.10   0.19
XYZ39.892527.818849.7214
Yxy27.81880.33970.2369
Hunter Lab52.743542.7071-18.9723
CIE-Lab59.724747.9589-23.4533

#ce6eba color RGB value is (206,110,186).

#ce6eba hex color red value is 206, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ce6eba hue: 0.87 , saturation: 0.49 and the lightness value of ce6eba is 0.62.

The process color (four color CMYK) of #ce6eba color hex is 0.00, 0.47, 0.10, 0.19. Web safe color of #ce6eba is #cc66cc. Color #ce6eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101110 10111010
Octal 316 156 272
Decimal 206 110 186
Hex CE 6E BA

RGB Percentages of Color #ce6eba

%41.04
%21.91
%37.05

CMYK Percentages of Color #ce6eba

%0
%47
%10
%19

Triadic Colors of #ce6eba

#ce6eba #bace6e #6ebace

Analogous Colors of #ce6eba

#ce6eba #ce6e8a #b26ece

Monochromatic Colors of #ce6eba

#ce6eba

Complementary Color

#ce6eba #6ece82

#ce6eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6eba Color CSS Codes

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

#ce6eba Text Font Color

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

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


#ce6eba Background Color

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

This div background color is #ce6eba


#ce6eba Border Color

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

This div border color is #ce6eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,110,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce6eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce6eba;
  -webkit-box-shadow: 1px 1px 3px 2px #ce6eba;
  box-shadow:         1px 1px 3px 2px #ce6eba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,110,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6eba


Comments

No comments written yet.

Please login to write comment.