Color Hex Logo

#e068fb Color Hex

#E068FB
(224,104,251)
0 Favorites   0 Comments

Color spaces of #e068fb

RGB 224104251
HSL0.800.950.70
HSV289°59°98°
CMYK 0.110.590.00   0.02
XYZ53.103432.713094.7822
Yxy32.71300.29400.1811
Hunter Lab57.195365.6380-58.2168
CIE-Lab63.927867.2944-53.1577

#e068fb color RGB value is (224,104,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101000 11111011
Octal 340 150 373
Decimal 224 104 251
Hex E0 68 FB

RGB Percentages of Color #e068fb

%38.69
%17.96
%43.35

CMYK Percentages of Color #e068fb

%11
%59
%0
%2

Triadic Colors of #e068fb

#e068fb #fbe068 #68fbe0

Analogous Colors of #e068fb

#e068fb #fb68cd #9768fb

Monochromatic Colors of #e068fb

#e068fb

Complementary Color

#e068fb #83fb68

#e068fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e068fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e068fb Color CSS Codes

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

#e068fb Text Font Color

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

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


#e068fb Background Color

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

This div background color is #e068fb


#e068fb Border Color

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

This div border color is #e068fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e068fb


Comments

No comments written yet.

Please login to write comment.