Color Hex Logo

#ce55ab Color Hex

#CE55AB
(206,85,171)
0 Favorites   0 Comments

Color spaces of #ce55ab

RGB 20685171
HSL0.880.550.57
HSV317°59°81°
CMYK 0.000.590.17   0.19
XYZ36.052822.559140.9822
Yxy22.55910.36200.2265
Hunter Lab47.496452.3741-17.9108
CIE-Lab54.615357.5641-22.6522

#ce55ab color RGB value is (206,85,171).

#ce55ab hex color red value is 206, green value is 85 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ce55ab hue: 0.88 , saturation: 0.55 and the lightness value of ce55ab is 0.57.

The process color (four color CMYK) of #ce55ab color hex is 0.00, 0.59, 0.17, 0.19. Web safe color of #ce55ab is #cc6699. Color #ce55ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 10101011
Octal 316 125 253
Decimal 206 85 171
Hex CE 55 AB

RGB Percentages of Color #ce55ab

%44.59
%18.40
%37.01

CMYK Percentages of Color #ce55ab

%0
%59
%17
%19

Triadic Colors of #ce55ab

#ce55ab #abce55 #55abce

Analogous Colors of #ce55ab

#ce55ab #ce556f #b555ce

Monochromatic Colors of #ce55ab

#ce55ab

Complementary Color

#ce55ab #55ce78

#ce55ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce55ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce55ab Color CSS Codes

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

#ce55ab Text Font Color

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

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


#ce55ab Background Color

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

This div background color is #ce55ab


#ce55ab Border Color

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

This div border color is #ce55ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce55ab


Comments

No comments written yet.

Please login to write comment.