Color Hex Logo

#ce90ad Color Hex

#CE90AD
(206,144,173)
0 Favorites   0 Comments

Color spaces of #ce90ad

RGB 206144173
HSL0.920.390.69
HSV332°30°81°
CMYK 0.000.300.16   0.19
XYZ42.969736.085544.2356
Yxy36.08550.34850.2927
Hunter Lab60.071222.5587-1.6105
CIE-Lab66.585227.7760-5.7386

#ce90ad color RGB value is (206,144,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010000 10101101
Octal 316 220 255
Decimal 206 144 173
Hex CE 90 AD

RGB Percentages of Color #ce90ad

%39.39
%27.53
%33.08

CMYK Percentages of Color #ce90ad

%0
%30
%16
%19

Triadic Colors of #ce90ad

#ce90ad #adce90 #90adce

Analogous Colors of #ce90ad

#ce90ad #ce9290 #ce90cc

Monochromatic Colors of #ce90ad

#ce90ad

Complementary Color

#ce90ad #90ceb1

#ce90ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce90ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce90ad Color CSS Codes

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

#ce90ad Text Font Color

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

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


#ce90ad Background Color

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

This div background color is #ce90ad


#ce90ad Border Color

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

This div border color is #ce90ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce90ad


Comments

No comments written yet.

Please login to write comment.