Color Hex Logo

#ce5abb Color Hex

#CE5ABB
(206,90,187)
0 Favorites   0 Comments

Color spaces of #ce5abb

RGB 20690187
HSL0.860.540.58
HSV310°56°81°
CMYK 0.000.560.09   0.19
XYZ38.079424.022049.6434
Yxy24.02200.34080.2150
Hunter Lab49.012252.9117-25.7449
CIE-Lab56.109857.7806-29.6053

#ce5abb color RGB value is (206,90,187).

#ce5abb hex color red value is 206, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ce5abb hue: 0.86 , saturation: 0.54 and the lightness value of ce5abb is 0.58.

The process color (four color CMYK) of #ce5abb color hex is 0.00, 0.56, 0.09, 0.19. Web safe color of #ce5abb is #cc66cc. Color #ce5abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011010 10111011
Octal 316 132 273
Decimal 206 90 187
Hex CE 5A BB

RGB Percentages of Color #ce5abb

%42.65
%18.63
%38.72

CMYK Percentages of Color #ce5abb

%0
%56
%9
%19

Triadic Colors of #ce5abb

#ce5abb #bbce5a #5abbce

Analogous Colors of #ce5abb

#ce5abb #ce5a81 #a75ace

Monochromatic Colors of #ce5abb

#ce5abb

Complementary Color

#ce5abb #5ace6d

#ce5abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5abb Color CSS Codes

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

#ce5abb Text Font Color

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

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


#ce5abb Background Color

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

This div background color is #ce5abb


#ce5abb Border Color

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

This div border color is #ce5abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5abb


Comments

No comments written yet.

Please login to write comment.