Color Hex Logo

#e067fb Color Hex

#E067FB
(224,103,251)
0 Favorites   0 Comments

Color spaces of #e067fb

RGB 224103251
HSL0.800.950.69
HSV289°59°98°
CMYK 0.110.590.00   0.02
XYZ53.003332.512894.7488
Yxy32.51280.29400.1804
Hunter Lab57.020066.1408-58.6068
CIE-Lab63.764567.7398-53.4169

#e067fb color RGB value is (224,103,251).

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

The process color (four color CMYK) of #e067fb color hex is 0.11, 0.59, 0.00, 0.02. Web safe color of #e067fb is #cc66ff. Color #e067fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100111 11111011
Octal 340 147 373
Decimal 224 103 251
Hex E0 67 FB

RGB Percentages of Color #e067fb

%38.75
%17.82
%43.43

CMYK Percentages of Color #e067fb

%11
%59
%0
%2

Triadic Colors of #e067fb

#e067fb #fbe067 #67fbe0

Analogous Colors of #e067fb

#e067fb #fb67cc #9667fb

Monochromatic Colors of #e067fb

#e067fb

Complementary Color

#e067fb #82fb67

#e067fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e067fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e067fb Color CSS Codes

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

#e067fb Text Font Color

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

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


#e067fb Background Color

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

This div background color is #e067fb


#e067fb Border Color

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

This div border color is #e067fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e067fb


Comments

No comments written yet.

Please login to write comment.