Color Hex Logo

#ce4ebb Color Hex

#CE4EBB
(206,78,187)
0 Favorites   0 Comments

Color spaces of #ce4ebb

RGB 20678187
HSL0.860.570.56
HSV309°62°81°
CMYK 0.000.620.09   0.19
XYZ37.147622.158449.3328
Yxy22.15840.34190.2040
Hunter Lab47.072758.4867-29.1858
CIE-Lab54.194763.0042-32.5856

#ce4ebb color RGB value is (206,78,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001110 10111011
Octal 316 116 273
Decimal 206 78 187
Hex CE 4E BB

RGB Percentages of Color #ce4ebb

%43.74
%16.56
%39.70

CMYK Percentages of Color #ce4ebb

%0
%62
%9
%19

Triadic Colors of #ce4ebb

#ce4ebb #bbce4e #4ebbce

Analogous Colors of #ce4ebb

#ce4ebb #ce4e7b #a14ece

Monochromatic Colors of #ce4ebb

#ce4ebb

Complementary Color

#ce4ebb #4ece61

#ce4ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4ebb Color CSS Codes

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

#ce4ebb Text Font Color

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

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


#ce4ebb Background Color

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

This div background color is #ce4ebb


#ce4ebb Border Color

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

This div border color is #ce4ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4ebb


Comments

No comments written yet.

Please login to write comment.