Color Hex Logo

#ce2ebe Color Hex

#CE2EBE
(206,46,190)
0 Favorites   0 Comments

Color spaces of #ce2ebe

RGB 20646190
HSL0.850.630.49
HSV306°78°81°
CMYK 0.000.780.08   0.19
XYZ35.724918.793550.4598
Yxy18.79350.34030.1790
Hunter Lab43.351571.2325-38.6657
CIE-Lab50.444774.4399-40.2119

#ce2ebe color RGB value is (206,46,190).

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

The process color (four color CMYK) of #ce2ebe color hex is 0.00, 0.78, 0.08, 0.19. Web safe color of #ce2ebe is #cc33cc. Color #ce2ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101110 10111110
Octal 316 56 276
Decimal 206 46 190
Hex CE 2E BE

RGB Percentages of Color #ce2ebe

%46.61
%10.41
%42.99

CMYK Percentages of Color #ce2ebe

%0
%78
%8
%19

Triadic Colors of #ce2ebe

#ce2ebe #bece2e #2ebece

Analogous Colors of #ce2ebe

#ce2ebe #ce2e6e #8e2ece

Monochromatic Colors of #ce2ebe

#ce2ebe

Complementary Color

#ce2ebe #2ece3e

#ce2ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2ebe Color CSS Codes

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

#ce2ebe Text Font Color

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

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


#ce2ebe Background Color

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

This div background color is #ce2ebe


#ce2ebe Border Color

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

This div border color is #ce2ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2ebe


Comments

No comments written yet.

Please login to write comment.