Color Hex Logo

#ce92ad Color Hex

#CE92AD
(206,146,173)
0 Favorites   0 Comments

Color spaces of #ce92ad

RGB 206146173
HSL0.930.380.69
HSV333°29°81°
CMYK 0.000.290.16   0.19
XYZ43.275336.696744.3375
Yxy36.69670.34810.2952
Hunter Lab60.577821.5049-0.9905
CIE-Lab67.048926.6851-5.0529

#ce92ad color RGB value is (206,146,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010010 10101101
Octal 316 222 255
Decimal 206 146 173
Hex CE 92 AD

RGB Percentages of Color #ce92ad

%39.24
%27.81
%32.95

CMYK Percentages of Color #ce92ad

%0
%29
%16
%19

Triadic Colors of #ce92ad

#ce92ad #adce92 #92adce

Analogous Colors of #ce92ad

#ce92ad #ce9592 #ce92cb

Monochromatic Colors of #ce92ad

#ce92ad

Complementary Color

#ce92ad #92ceb3

#ce92ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce92ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce92ad Color CSS Codes

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

#ce92ad Text Font Color

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

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


#ce92ad Background Color

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

This div background color is #ce92ad


#ce92ad Border Color

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

This div border color is #ce92ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce92ad


Comments

No comments written yet.

Please login to write comment.