Color Hex Logo

#ce4ebd Color Hex

#CE4EBD
(206,78,189)
0 Favorites   0 Comments

Color spaces of #ce4ebd

RGB 20678189
HSL0.860.570.56
HSV308°62°81°
CMYK 0.000.620.08   0.19
XYZ37.363322.244750.4685
Yxy22.24470.33940.2021
Hunter Lab47.164358.8693-30.4287
CIE-Lab54.285763.3181-33.5985

#ce4ebd color RGB value is (206,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001110 10111101
Octal 316 116 275
Decimal 206 78 189
Hex CE 4E BD

RGB Percentages of Color #ce4ebd

%43.55
%16.49
%39.96

CMYK Percentages of Color #ce4ebd

%0
%62
%8
%19

Triadic Colors of #ce4ebd

#ce4ebd #bdce4e #4ebdce

Analogous Colors of #ce4ebd

#ce4ebd #ce4e7d #9f4ece

Monochromatic Colors of #ce4ebd

#ce4ebd

Complementary Color

#ce4ebd #4ece5f

#ce4ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4ebd Color CSS Codes

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

#ce4ebd Text Font Color

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

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


#ce4ebd Background Color

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

This div background color is #ce4ebd


#ce4ebd Border Color

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

This div border color is #ce4ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4ebd


Comments

No comments written yet.

Please login to write comment.