Color Hex Logo

#e667fa Color Hex

#E667FA
(230,103,250)
0 Favorites   0 Comments

Color spaces of #e667fa

RGB 230103250
HSL0.810.940.69
HSV292°59°98°
CMYK 0.080.590.00   0.02
XYZ54.738733.425694.0092
Yxy33.42560.30050.1835
Hunter Lab57.814967.8265-55.9374
CIE-Lab64.504068.9953-51.6437

#e667fa color RGB value is (230,103,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100111 11111010
Octal 346 147 372
Decimal 230 103 250
Hex E6 67 FA

RGB Percentages of Color #e667fa

%39.45
%17.67
%42.88

CMYK Percentages of Color #e667fa

%8
%59
%0
%2

Triadic Colors of #e667fa

#e667fa #fae667 #67fae6

Analogous Colors of #e667fa

#e667fa #fa67c5 #9d67fa

Monochromatic Colors of #e667fa

#e667fa

Complementary Color

#e667fa #7bfa67

#e667fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e667fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e667fa Color CSS Codes

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

#e667fa Text Font Color

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

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


#e667fa Background Color

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

This div background color is #e667fa


#e667fa Border Color

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

This div border color is #e667fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,103,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e667fa


Comments

No comments written yet.

Please login to write comment.