Color Hex Logo

#ce81ab Color Hex

#CE81AB
(206,129,171)
0 Favorites   0 Comments

Color spaces of #ce81ab

RGB 206129171
HSL0.910.440.66
HSV327°37°81°
CMYK 0.000.370.17   0.19
XYZ40.654531.762642.5161
Yxy31.76260.35370.2764
Hunter Lab56.358330.1353-5.2769
CIE-Lab63.146235.5796-9.7232

#ce81ab color RGB value is (206,129,171).

#ce81ab hex color red value is 206, green value is 129 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ce81ab hue: 0.91 , saturation: 0.44 and the lightness value of ce81ab is 0.66.

The process color (four color CMYK) of #ce81ab color hex is 0.00, 0.37, 0.17, 0.19. Web safe color of #ce81ab is #cc9999. Color #ce81ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000001 10101011
Octal 316 201 253
Decimal 206 129 171
Hex CE 81 AB

RGB Percentages of Color #ce81ab

%40.71
%25.49
%33.79

CMYK Percentages of Color #ce81ab

%0
%37
%17
%19

Triadic Colors of #ce81ab

#ce81ab #abce81 #81abce

Analogous Colors of #ce81ab

#ce81ab #ce8185 #cb81ce

Monochromatic Colors of #ce81ab

#ce81ab

Complementary Color

#ce81ab #81cea4

#ce81ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce81ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce81ab Color CSS Codes

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

#ce81ab Text Font Color

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

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


#ce81ab Background Color

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

This div background color is #ce81ab


#ce81ab Border Color

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

This div border color is #ce81ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce81ab


Comments

No comments written yet.

Please login to write comment.