Color Hex Logo

#e261bd Color Hex

#E261BD
(226,97,189)
0 Favorites   0 Comments

Color spaces of #e261bd

RGB 22697189
HSL0.880.690.63
HSV317°57°89°
CMYK 0.000.570.16   0.11
XYZ44.824028.392351.2619
Yxy28.39230.36010.2281
Hunter Lab53.284456.9103-19.7404
CIE-Lab60.241560.5619-24.1367

#e261bd color RGB value is (226,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100001 10111101
Octal 342 141 275
Decimal 226 97 189
Hex E2 61 BD

RGB Percentages of Color #e261bd

%44.14
%18.95
%36.91

CMYK Percentages of Color #e261bd

%0
%57
%16
%11

Triadic Colors of #e261bd

#e261bd #bde261 #61bde2

Analogous Colors of #e261bd

#e261bd #e2617d #c761e2

Monochromatic Colors of #e261bd

#e261bd

Complementary Color

#e261bd #61e286

#e261bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e261bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e261bd Color CSS Codes

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

#e261bd Text Font Color

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

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


#e261bd Background Color

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

This div background color is #e261bd


#e261bd Border Color

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

This div border color is #e261bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e261bd


Comments

No comments written yet.

Please login to write comment.