Color Hex Logo

#ce2eab Color Hex

#CE2EAB
(206,46,171)
0 Favorites   0 Comments

Color spaces of #ce2eab

RGB 20646171
HSL0.870.630.49
HSV313°78°81°
CMYK 0.000.780.17   0.19
XYZ33.781318.016140.2251
Yxy18.01610.36710.1958
Hunter Lab42.445467.7846-26.4768
CIE-Lab49.515671.7785-30.5499

#ce2eab color RGB value is (206,46,171).

#ce2eab hex color red value is 206, green value is 46 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ce2eab hue: 0.87 , saturation: 0.63 and the lightness value of ce2eab is 0.49.

The process color (four color CMYK) of #ce2eab color hex is 0.00, 0.78, 0.17, 0.19. Web safe color of #ce2eab is #cc3399. Color #ce2eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101110 10101011
Octal 316 56 253
Decimal 206 46 171
Hex CE 2E AB

RGB Percentages of Color #ce2eab

%48.70
%10.87
%40.43

CMYK Percentages of Color #ce2eab

%0
%78
%17
%19

Triadic Colors of #ce2eab

#ce2eab #abce2e #2eabce

Analogous Colors of #ce2eab

#ce2eab #ce2e5b #a12ece

Monochromatic Colors of #ce2eab

#ce2eab

Complementary Color

#ce2eab #2ece51

#ce2eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2eab Color CSS Codes

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

#ce2eab Text Font Color

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

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


#ce2eab Background Color

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

This div background color is #ce2eab


#ce2eab Border Color

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

This div border color is #ce2eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2eab


Comments

No comments written yet.

Please login to write comment.