Color Hex Logo

#e165bd Color Hex

#E165BD
(225,101,189)
0 Favorites   0 Comments

Color spaces of #e165bd

RGB 225101189
HSL0.880.670.64
HSV317°55°88°
CMYK 0.000.550.16   0.12
XYZ44.890328.989051.3736
Yxy28.98900.35840.2314
Hunter Lab53.841454.6019-18.8834
CIE-Lab60.771958.4675-23.3351

#e165bd color RGB value is (225,101,189).

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

The process color (four color CMYK) of #e165bd color hex is 0.00, 0.55, 0.16, 0.12. Web safe color of #e165bd is #cc66cc. Color #e165bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 10111101
Octal 341 145 275
Decimal 225 101 189
Hex E1 65 BD

RGB Percentages of Color #e165bd

%43.69
%19.61
%36.70

CMYK Percentages of Color #e165bd

%0
%55
%16
%12

Triadic Colors of #e165bd

#e165bd #bde165 #65bde1

Analogous Colors of #e165bd

#e165bd #e1657f #c765e1

Monochromatic Colors of #e165bd

#e165bd

Complementary Color

#e165bd #65e189

#e165bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e165bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e165bd Color CSS Codes

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

#e165bd Text Font Color

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

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


#e165bd Background Color

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

This div background color is #e165bd


#e165bd Border Color

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

This div border color is #e165bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e165bd


Comments

No comments written yet.

Please login to write comment.