Color Hex Logo

#e661bd Color Hex

#E661BD
(230,97,189)
0 Favorites   0 Comments

Color spaces of #e661bd

RGB 23097189
HSL0.880.730.64
HSV318°58°90°
CMYK 0.000.580.18   0.10
XYZ46.093129.046551.3213
Yxy29.04650.36450.2297
Hunter Lab53.894858.3448-18.7325
CIE-Lab60.822661.6960-23.1948

#e661bd color RGB value is (230,97,189).

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

The process color (four color CMYK) of #e661bd color hex is 0.00, 0.58, 0.18, 0.10. Web safe color of #e661bd is #ff66cc. Color #e661bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100001 10111101
Octal 346 141 275
Decimal 230 97 189
Hex E6 61 BD

RGB Percentages of Color #e661bd

%44.57
%18.80
%36.63

CMYK Percentages of Color #e661bd

%0
%58
%18
%10

Triadic Colors of #e661bd

#e661bd #bde661 #61bde6

Analogous Colors of #e661bd

#e661bd #e6617b #cd61e6

Monochromatic Colors of #e661bd

#e661bd

Complementary Color

#e661bd #61e68a

#e661bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e661bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e661bd Color CSS Codes

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

#e661bd Text Font Color

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

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


#e661bd Background Color

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

This div background color is #e661bd


#e661bd Border Color

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

This div border color is #e661bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e661bd


Comments

No comments written yet.

Please login to write comment.