Color Hex Logo

#ce94ad Color Hex

#CE94AD
(206,148,173)
0 Favorites   0 Comments

Color spaces of #ce94ad

RGB 206148173
HSL0.930.370.69
HSV334°28°81°
CMYK 0.000.280.16   0.19
XYZ43.586337.318844.4412
Yxy37.31880.34770.2977
Hunter Lab61.089120.4515-0.3700
CIE-Lab67.515525.5928-4.3638

#ce94ad color RGB value is (206,148,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 10101101
Octal 316 224 255
Decimal 206 148 173
Hex CE 94 AD

RGB Percentages of Color #ce94ad

%39.09
%28.08
%32.83

CMYK Percentages of Color #ce94ad

%0
%28
%16
%19

Triadic Colors of #ce94ad

#ce94ad #adce94 #94adce

Analogous Colors of #ce94ad

#ce94ad #ce9894 #ce94ca

Monochromatic Colors of #ce94ad

#ce94ad

Complementary Color

#ce94ad #94ceb5

#ce94ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce94ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce94ad Color CSS Codes

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

#ce94ad Text Font Color

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

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


#ce94ad Background Color

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

This div background color is #ce94ad


#ce94ad Border Color

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

This div border color is #ce94ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce94ad


Comments

No comments written yet.

Please login to write comment.