Color Hex Logo

#e761bd Color Hex

#E761BD
(231,97,189)
0 Favorites   0 Comments

Color spaces of #e761bd

RGB 23197189
HSL0.890.740.64
HSV319°58°91°
CMYK 0.000.580.18   0.09
XYZ46.415029.212451.3363
Yxy29.21240.36560.2301
Hunter Lab54.048558.7048-18.4808
CIE-Lab60.968661.9791-22.9583

#e761bd color RGB value is (231,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100001 10111101
Octal 347 141 275
Decimal 231 97 189
Hex E7 61 BD

RGB Percentages of Color #e761bd

%44.68
%18.76
%36.56

CMYK Percentages of Color #e761bd

%0
%58
%18
%9

Triadic Colors of #e761bd

#e761bd #bde761 #61bde7

Analogous Colors of #e761bd

#e761bd #e7617a #ce61e7

Monochromatic Colors of #e761bd

#e761bd

Complementary Color

#e761bd #61e78b

#e761bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e761bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e761bd Color CSS Codes

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

#e761bd Text Font Color

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

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


#e761bd Background Color

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

This div background color is #e761bd


#e761bd Border Color

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

This div border color is #e761bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e761bd


Comments

No comments written yet.

Please login to write comment.