Color Hex Logo

#e767fb Color Hex

#E767FB
(231,103,251)
0 Favorites   0 Comments

Color spaces of #e767fb

RGB 231103251
HSL0.810.950.69
HSV292°59°98°
CMYK 0.080.590.00   0.02
XYZ55.217833.654594.8524
Yxy33.65450.30050.1832
Hunter Lab58.012568.3791-56.3324
CIE-Lab64.687469.4152-51.8953

#e767fb color RGB value is (231,103,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100111 11111011
Octal 347 147 373
Decimal 231 103 251
Hex E7 67 FB

RGB Percentages of Color #e767fb

%39.49
%17.61
%42.91

CMYK Percentages of Color #e767fb

%8
%59
%0
%2

Triadic Colors of #e767fb

#e767fb #fbe767 #67fbe7

Analogous Colors of #e767fb

#e767fb #fb67c5 #9d67fb

Monochromatic Colors of #e767fb

#e767fb

Complementary Color

#e767fb #7bfb67

#e767fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e767fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e767fb Color CSS Codes

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

#e767fb Text Font Color

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

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


#e767fb Background Color

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

This div background color is #e767fb


#e767fb Border Color

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

This div border color is #e767fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e767fb


Comments

No comments written yet.

Please login to write comment.