Color Hex Logo

#ce5bbf Color Hex

#CE5BBF
(206,91,191)
0 Favorites   0 Comments

Color spaces of #ce5bbf

RGB 20691191
HSL0.860.540.58
HSV308°56°81°
CMYK 0.000.560.07   0.19
XYZ38.598724.365651.9589
Yxy24.36560.33590.2120
Hunter Lab49.361553.1971-27.8567
CIE-Lab56.452057.9737-31.3723

#ce5bbf color RGB value is (206,91,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011011 10111111
Octal 316 133 277
Decimal 206 91 191
Hex CE 5B BF

RGB Percentages of Color #ce5bbf

%42.21
%18.65
%39.14

CMYK Percentages of Color #ce5bbf

%0
%56
%7
%19

Triadic Colors of #ce5bbf

#ce5bbf #bfce5b #5bbfce

Analogous Colors of #ce5bbf

#ce5bbf #ce5b86 #a45bce

Monochromatic Colors of #ce5bbf

#ce5bbf

Complementary Color

#ce5bbf #5bce6a

#ce5bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5bbf Color CSS Codes

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

#ce5bbf Text Font Color

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

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


#ce5bbf Background Color

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

This div background color is #ce5bbf


#ce5bbf Border Color

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

This div border color is #ce5bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5bbf


Comments

No comments written yet.

Please login to write comment.