Color Hex Logo

#ce5abf Color Hex

#CE5ABF
(206,90,191)
0 Favorites   0 Comments

Color spaces of #ce5abf

RGB 20690191
HSL0.850.540.58
HSV308°56°81°
CMYK 0.000.560.07   0.19
XYZ38.513724.195751.9306
Yxy24.19570.33600.2111
Hunter Lab49.189153.6795-28.1620
CIE-Lab56.283258.4293-31.6350

#ce5abf color RGB value is (206,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011010 10111111
Octal 316 132 277
Decimal 206 90 191
Hex CE 5A BF

RGB Percentages of Color #ce5abf

%42.30
%18.48
%39.22

CMYK Percentages of Color #ce5abf

%0
%56
%7
%19

Triadic Colors of #ce5abf

#ce5abf #bfce5a #5abfce

Analogous Colors of #ce5abf

#ce5abf #ce5a85 #a35ace

Monochromatic Colors of #ce5abf

#ce5abf

Complementary Color

#ce5abf #5ace69

#ce5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5abf Color CSS Codes

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

#ce5abf Text Font Color

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

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


#ce5abf Background Color

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

This div background color is #ce5abf


#ce5abf Border Color

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

This div border color is #ce5abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5abf


Comments

No comments written yet.

Please login to write comment.