Color Hex Logo

#e762bf Color Hex

#E762BF
(231,98,191)
0 Favorites   0 Comments

Color spaces of #e762bf

RGB 23198191
HSL0.880.730.65
HSV318°58°91°
CMYK 0.000.580.17   0.09
XYZ46.726629.485952.5188
Yxy29.48590.36300.2290
Hunter Lab54.300958.5748-19.3335
CIE-Lab61.208161.8261-23.7315

#e762bf color RGB value is (231,98,191).

#e762bf hex color red value is 231, green value is 98 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e762bf hue: 0.88 , saturation: 0.73 and the lightness value of e762bf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 10111111
Octal 347 142 277
Decimal 231 98 191
Hex E7 62 BF

RGB Percentages of Color #e762bf

%44.42
%18.85
%36.73

CMYK Percentages of Color #e762bf

%0
%58
%17
%9

Triadic Colors of #e762bf

#e762bf #bfe762 #62bfe7

Analogous Colors of #e762bf

#e762bf #e7627d #cd62e7

Monochromatic Colors of #e762bf

#e762bf

Complementary Color

#e762bf #62e78a

#e762bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e762bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e762bf Color CSS Codes

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

#e762bf Text Font Color

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

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


#e762bf Background Color

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

This div background color is #e762bf


#e762bf Border Color

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

This div border color is #e762bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,98,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e762bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e762bf


Comments

No comments written yet.

Please login to write comment.