Color Hex Logo

#e23dba Color Hex

#E23DBA
(226,61,186)
0 Favorites   0 Comments

Color spaces of #e23dba

RGB 22661186
HSL0.870.740.56
HSV315°73°89°
CMYK 0.000.730.18   0.11
XYZ41.895723.051448.6956
Yxy23.05140.36870.2028
Hunter Lab48.011971.7403-26.5260
CIE-Lab55.125273.9482-30.3169

#e23dba color RGB value is (226,61,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111101 10111010
Octal 342 75 272
Decimal 226 61 186
Hex E2 3D BA

RGB Percentages of Color #e23dba

%47.78
%12.90
%39.32

CMYK Percentages of Color #e23dba

%0
%73
%18
%11

Triadic Colors of #e23dba

#e23dba #bae23d #3dbae2

Analogous Colors of #e23dba

#e23dba #e23d68 #b83de2

Monochromatic Colors of #e23dba

#e23dba

Complementary Color

#e23dba #3de265

#e23dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23dba Color CSS Codes

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

#e23dba Text Font Color

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

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


#e23dba Background Color

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

This div background color is #e23dba


#e23dba Border Color

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

This div border color is #e23dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,61,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23dba


Comments

No comments written yet.

Please login to write comment.