Color Hex Logo

#ce9fba Color Hex

#CE9FBA
(206,159,186)
0 Favorites   0 Comments

Color spaces of #ce9fba

RGB 206159186
HSL0.900.320.72
HSV326°23°81°
CMYK 0.000.230.10   0.19
XYZ46.714741.463351.9955
Yxy41.46330.33330.2958
Hunter Lab64.392016.8110-2.8013
CIE-Lab70.499321.7442-7.1895

#ce9fba color RGB value is (206,159,186).

#ce9fba hex color red value is 206, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ce9fba hue: 0.90 , saturation: 0.32 and the lightness value of ce9fba is 0.72.

The process color (four color CMYK) of #ce9fba color hex is 0.00, 0.23, 0.10, 0.19. Web safe color of #ce9fba is #cc99cc. Color #ce9fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011111 10111010
Octal 316 237 272
Decimal 206 159 186
Hex CE 9F BA

RGB Percentages of Color #ce9fba

%37.39
%28.86
%33.76

CMYK Percentages of Color #ce9fba

%0
%23
%10
%19

Triadic Colors of #ce9fba

#ce9fba #bace9f #9fbace

Analogous Colors of #ce9fba

#ce9fba #ce9fa3 #cb9fce

Monochromatic Colors of #ce9fba

#ce9fba

Complementary Color

#ce9fba #9fceb3

#ce9fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9fba Color CSS Codes

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

#ce9fba Text Font Color

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

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


#ce9fba Background Color

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

This div background color is #ce9fba


#ce9fba Border Color

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

This div border color is #ce9fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9fba


Comments

No comments written yet.

Please login to write comment.