Color Hex Logo

#ce849a Color Hex

#CE849A
(206,132,154)
0 Favorites   0 Comments

Color spaces of #ce849a

RGB 206132154
HSL0.950.430.66
HSV342°36°81°
CMYK 0.000.360.25   0.19
XYZ39.537631.957434.6564
Yxy31.95740.37250.3011
Hunter Lab56.530925.91363.2237
CIE-Lab63.307731.40160.1833

#ce849a color RGB value is (206,132,154).

#ce849a hex color red value is 206, green value is 132 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ce849a hue: 0.95 , saturation: 0.43 and the lightness value of ce849a is 0.66.

The process color (four color CMYK) of #ce849a color hex is 0.00, 0.36, 0.25, 0.19. Web safe color of #ce849a is #cc9999. Color #ce849a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000100 10011010
Octal 316 204 232
Decimal 206 132 154
Hex CE 84 9A

RGB Percentages of Color #ce849a

%41.87
%26.83
%31.30

CMYK Percentages of Color #ce849a

%0
%36
%25
%19

Triadic Colors of #ce849a

#ce849a #9ace84 #849ace

Analogous Colors of #ce849a

#ce849a #ce9384 #ce84bf

Monochromatic Colors of #ce849a

#ce849a

Complementary Color

#ce849a #84ceb8

#ce849a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce849a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce849a Color CSS Codes

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

#ce849a Text Font Color

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

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


#ce849a Background Color

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

This div background color is #ce849a


#ce849a Border Color

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

This div border color is #ce849a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce849a


Comments

No comments written yet.

Please login to write comment.