Color Hex Logo

#ce929c Color Hex

#CE929C
(206,146,156)
0 Favorites   0 Comments

Color spaces of #ce929c

RGB 206146156
HSL0.970.380.69
HSV350°29°81°
CMYK 0.000.290.24   0.19
XYZ41.733236.079936.2170
Yxy36.07990.36600.3164
Hunter Lab60.066518.90236.2978
CIE-Lab66.580924.07763.8072

#ce929c color RGB value is (206,146,156).

#ce929c hex color red value is 206, green value is 146 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ce929c hue: 0.97 , saturation: 0.38 and the lightness value of ce929c is 0.69.

The process color (four color CMYK) of #ce929c color hex is 0.00, 0.29, 0.24, 0.19. Web safe color of #ce929c is #cc9999. Color #ce929c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010010 10011100
Octal 316 222 234
Decimal 206 146 156
Hex CE 92 9C

RGB Percentages of Color #ce929c

%40.55
%28.74
%30.71

CMYK Percentages of Color #ce929c

%0
%29
%24
%19

Triadic Colors of #ce929c

#ce929c #9cce92 #929cce

Analogous Colors of #ce929c

#ce929c #cea692 #ce92ba

Monochromatic Colors of #ce929c

#ce929c

Complementary Color

#ce929c #92cec4

#ce929c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce929c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce929c Color CSS Codes

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

#ce929c Text Font Color

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

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


#ce929c Background Color

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

This div background color is #ce929c


#ce929c Border Color

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

This div border color is #ce929c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce929c


Comments

No comments written yet.

Please login to write comment.