Color Hex Logo

#ce5bbe Color Hex

#CE5BBE
(206,91,190)
0 Favorites   0 Comments

Color spaces of #ce5bbe

RGB 20691190
HSL0.860.540.58
HSV308°56°81°
CMYK 0.000.560.08   0.19
XYZ38.488924.321751.3812
Yxy24.32170.33710.2130
Hunter Lab49.317053.0034-27.2497
CIE-Lab56.408557.8099-30.8660

#ce5bbe color RGB value is (206,91,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011011 10111110
Octal 316 133 276
Decimal 206 91 190
Hex CE 5B BE

RGB Percentages of Color #ce5bbe

%42.30
%18.69
%39.01

CMYK Percentages of Color #ce5bbe

%0
%56
%8
%19

Triadic Colors of #ce5bbe

#ce5bbe #bece5b #5bbece

Analogous Colors of #ce5bbe

#ce5bbe #ce5b85 #a55bce

Monochromatic Colors of #ce5bbe

#ce5bbe

Complementary Color

#ce5bbe #5bce6b

#ce5bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5bbe Color CSS Codes

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

#ce5bbe Text Font Color

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

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


#ce5bbe Background Color

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

This div background color is #ce5bbe


#ce5bbe Border Color

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

This div border color is #ce5bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5bbe


Comments

No comments written yet.

Please login to write comment.