Color Hex Logo

#e365bd Color Hex

#E365BD
(227,101,189)
0 Favorites   0 Comments

Color spaces of #e365bd

RGB 227101189
HSL0.880.690.64
HSV318°56°89°
CMYK 0.000.560.17   0.11
XYZ45.517529.312451.4029
Yxy29.31240.36060.2322
Hunter Lab54.140955.3224-18.3929
CIE-Lab61.056459.0466-22.8743

#e365bd color RGB value is (227,101,189).

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

The process color (four color CMYK) of #e365bd color hex is 0.00, 0.56, 0.17, 0.11. Web safe color of #e365bd is #cc66cc. Color #e365bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100101 10111101
Octal 343 145 275
Decimal 227 101 189
Hex E3 65 BD

RGB Percentages of Color #e365bd

%43.91
%19.54
%36.56

CMYK Percentages of Color #e365bd

%0
%56
%17
%11

Triadic Colors of #e365bd

#e365bd #bde365 #65bde3

Analogous Colors of #e365bd

#e365bd #e3657e #ca65e3

Monochromatic Colors of #e365bd

#e365bd

Complementary Color

#e365bd #65e38b

#e365bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e365bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e365bd Color CSS Codes

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

#e365bd Text Font Color

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

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


#e365bd Background Color

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

This div background color is #e365bd


#e365bd Border Color

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

This div border color is #e365bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e365bd


Comments

No comments written yet.

Please login to write comment.