Color Hex Logo

#e23cbd Color Hex

#E23CBD
(226,60,189)
0 Favorites   0 Comments

Color spaces of #e23cbd

RGB 22660189
HSL0.870.740.56
HSV313°73°89°
CMYK 0.000.730.16   0.11
XYZ42.165223.074650.3756
Yxy23.07460.36470.1996
Hunter Lab48.036072.6212-28.5525
CIE-Lab55.149174.6596-32.0148

#e23cbd color RGB value is (226,60,189).

#e23cbd hex color red value is 226, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e23cbd hue: 0.87 , saturation: 0.74 and the lightness value of e23cbd is 0.56.

The process color (four color CMYK) of #e23cbd color hex is 0.00, 0.73, 0.16, 0.11. Web safe color of #e23cbd is #cc33cc. Color #e23cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111100 10111101
Octal 342 74 275
Decimal 226 60 189
Hex E2 3C BD

RGB Percentages of Color #e23cbd

%47.58
%12.63
%39.79

CMYK Percentages of Color #e23cbd

%0
%73
%16
%11

Triadic Colors of #e23cbd

#e23cbd #bde23c #3cbde2

Analogous Colors of #e23cbd

#e23cbd #e23c6a #b43ce2

Monochromatic Colors of #e23cbd

#e23cbd

Complementary Color

#e23cbd #3ce261

#e23cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23cbd Color CSS Codes

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

#e23cbd Text Font Color

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

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


#e23cbd Background Color

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

This div background color is #e23cbd


#e23cbd Border Color

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

This div border color is #e23cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23cbd


Comments

No comments written yet.

Please login to write comment.