Color Hex Logo

#ce4ebe Color Hex

#CE4EBE
(206,78,190)
0 Favorites   0 Comments

Color spaces of #ce4ebe

RGB 20678190
HSL0.850.570.56
HSV308°62°81°
CMYK 0.000.620.08   0.19
XYZ37.472322.288351.0423
Yxy22.28830.33820.2012
Hunter Lab47.210559.0622-31.0549
CIE-Lab54.331663.4761-34.1037

#ce4ebe color RGB value is (206,78,190).

#ce4ebe hex color red value is 206, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ce4ebe hue: 0.85 , saturation: 0.57 and the lightness value of ce4ebe is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001110 10111110
Octal 316 116 276
Decimal 206 78 190
Hex CE 4E BE

RGB Percentages of Color #ce4ebe

%43.46
%16.46
%40.08

CMYK Percentages of Color #ce4ebe

%0
%62
%8
%19

Triadic Colors of #ce4ebe

#ce4ebe #bece4e #4ebece

Analogous Colors of #ce4ebe

#ce4ebe #ce4e7e #9e4ece

Monochromatic Colors of #ce4ebe

#ce4ebe

Complementary Color

#ce4ebe #4ece5e

#ce4ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4ebe Color CSS Codes

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

#ce4ebe Text Font Color

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

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


#ce4ebe Background Color

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

This div background color is #ce4ebe


#ce4ebe Border Color

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

This div border color is #ce4ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4ebe


Comments

No comments written yet.

Please login to write comment.