Color Hex Logo

#ce8fbe Color Hex

#CE8FBE
(206,143,190)
0 Favorites   0 Comments

Color spaces of #ce8fbe

RGB 206143190
HSL0.880.390.68
HSV315°31°81°
CMYK 0.000.310.08   0.19
XYZ44.570336.484453.4083
Yxy36.48440.33150.2713
Hunter Lab60.402326.0094-10.1432
CIE-Lab66.888431.1760-14.8185

#ce8fbe color RGB value is (206,143,190).

#ce8fbe hex color red value is 206, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ce8fbe hue: 0.88 , saturation: 0.39 and the lightness value of ce8fbe is 0.68.

The process color (four color CMYK) of #ce8fbe color hex is 0.00, 0.31, 0.08, 0.19. Web safe color of #ce8fbe is #cc99cc. Color #ce8fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001111 10111110
Octal 316 217 276
Decimal 206 143 190
Hex CE 8F BE

RGB Percentages of Color #ce8fbe

%38.22
%26.53
%35.25

CMYK Percentages of Color #ce8fbe

%0
%31
%8
%19

Triadic Colors of #ce8fbe

#ce8fbe #bece8f #8fbece

Analogous Colors of #ce8fbe

#ce8fbe #ce8f9f #bf8fce

Monochromatic Colors of #ce8fbe

#ce8fbe

Complementary Color

#ce8fbe #8fce9f

#ce8fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8fbe Color CSS Codes

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

#ce8fbe Text Font Color

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

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


#ce8fbe Background Color

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

This div background color is #ce8fbe


#ce8fbe Border Color

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

This div border color is #ce8fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8fbe

#ce8fbe Color Palettes


Comments

No comments written yet.

Please login to write comment.