Color Hex Logo

#ce5cbe Color Hex

#CE5CBE
(206,92,190)
0 Favorites   0 Comments

Color spaces of #ce5cbe

RGB 20692190
HSL0.860.540.58
HSV308°55°81°
CMYK 0.000.550.08   0.19
XYZ38.575024.493851.4098
Yxy24.49380.33700.2140
Hunter Lab49.491252.5189-26.9446
CIE-Lab56.578857.3511-30.6011

#ce5cbe color RGB value is (206,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011100 10111110
Octal 316 134 276
Decimal 206 92 190
Hex CE 5C BE

RGB Percentages of Color #ce5cbe

%42.21
%18.85
%38.93

CMYK Percentages of Color #ce5cbe

%0
%55
%8
%19

Triadic Colors of #ce5cbe

#ce5cbe #bece5c #5cbece

Analogous Colors of #ce5cbe

#ce5cbe #ce5c85 #a55cce

Monochromatic Colors of #ce5cbe

#ce5cbe

Complementary Color

#ce5cbe #5cce6c

#ce5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5cbe Color CSS Codes

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

#ce5cbe Text Font Color

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

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


#ce5cbe Background Color

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

This div background color is #ce5cbe


#ce5cbe Border Color

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

This div border color is #ce5cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5cbe


Comments

No comments written yet.

Please login to write comment.