Color Hex Logo

#e25cbd Color Hex

#E25CBD
(226,92,189)
0 Favorites   0 Comments

Color spaces of #e25cbd

RGB 22692189
HSL0.880.700.62
HSV317°59°89°
CMYK 0.000.590.16   0.11
XYZ44.376527.497251.1127
Yxy27.49720.36080.2236
Hunter Lab52.437859.2930-21.0853
CIE-Lab59.431762.7528-25.3817

#e25cbd color RGB value is (226,92,189).

#e25cbd hex color red value is 226, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e25cbd hue: 0.88 , saturation: 0.70 and the lightness value of e25cbd is 0.62.

The process color (four color CMYK) of #e25cbd color hex is 0.00, 0.59, 0.16, 0.11. Web safe color of #e25cbd is #cc66cc. Color #e25cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011100 10111101
Octal 342 134 275
Decimal 226 92 189
Hex E2 5C BD

RGB Percentages of Color #e25cbd

%44.58
%18.15
%37.28

CMYK Percentages of Color #e25cbd

%0
%59
%16
%11

Triadic Colors of #e25cbd

#e25cbd #bde25c #5cbde2

Analogous Colors of #e25cbd

#e25cbd #e25c7a #c45ce2

Monochromatic Colors of #e25cbd

#e25cbd

Complementary Color

#e25cbd #5ce281

#e25cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25cbd Color CSS Codes

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

#e25cbd Text Font Color

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

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


#e25cbd Background Color

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

This div background color is #e25cbd


#e25cbd Border Color

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

This div border color is #e25cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25cbd


Comments

No comments written yet.

Please login to write comment.