Color Hex Logo

#e761fb Color Hex

#E761FB
(231,97,251)
0 Favorites   0 Comments

Color spaces of #e761fb

RGB 23197251
HSL0.810.950.68
HSV292°61°98°
CMYK 0.080.610.00   0.02
XYZ54.642332.503394.6606
Yxy32.50330.30060.1788
Hunter Lab57.011771.3112-58.5353
CIE-Lab63.756771.9724-53.3711

#e761fb color RGB value is (231,97,251).

#e761fb hex color red value is 231, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e761fb hue: 0.81 , saturation: 0.95 and the lightness value of e761fb is 0.68.

The process color (four color CMYK) of #e761fb color hex is 0.08, 0.61, 0.00, 0.02. Web safe color of #e761fb is #ff66ff. Color #e761fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100001 11111011
Octal 347 141 373
Decimal 231 97 251
Hex E7 61 FB

RGB Percentages of Color #e761fb

%39.90
%16.75
%43.35

CMYK Percentages of Color #e761fb

%8
%61
%0
%2

Triadic Colors of #e761fb

#e761fb #fbe761 #61fbe7

Analogous Colors of #e761fb

#e761fb #fb61c2 #9a61fb

Monochromatic Colors of #e761fb

#e761fb

Complementary Color

#e761fb #75fb61

#e761fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e761fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e761fb Color CSS Codes

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

#e761fb Text Font Color

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

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


#e761fb Background Color

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

This div background color is #e761fb


#e761fb Border Color

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

This div border color is #e761fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e761fb


Comments

No comments written yet.

Please login to write comment.