Color Hex Logo

#e69bfd Color Hex

#E69BFD
(230,155,253)
0 Favorites   0 Comments

Color spaces of #e69bfd

RGB 230155253
HSL0.790.960.80
HSV286°39°99°
CMYK 0.090.390.00   0.01
XYZ62.084147.357598.7972
Yxy47.35750.29810.2274
Hunter Lab68.816840.6071-36.9483
CIE-Lab74.417944.0956-37.7307

#e69bfd color RGB value is (230,155,253).

#e69bfd hex color red value is 230, green value is 155 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e69bfd hue: 0.79 , saturation: 0.96 and the lightness value of e69bfd is 0.80.

The process color (four color CMYK) of #e69bfd color hex is 0.09, 0.39, 0.00, 0.01. Web safe color of #e69bfd is #ff99ff. Color #e69bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011011 11111101
Octal 346 233 375
Decimal 230 155 253
Hex E6 9B FD

RGB Percentages of Color #e69bfd

%36.05
%24.29
%39.66

CMYK Percentages of Color #e69bfd

%9
%39
%0
%1

Triadic Colors of #e69bfd

#e69bfd #fde69b #9bfde6

Analogous Colors of #e69bfd

#e69bfd #fd9be3 #b59bfd

Monochromatic Colors of #e69bfd

#e69bfd

Complementary Color

#e69bfd #b2fd9b

#e69bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69bfd Color CSS Codes

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

#e69bfd Text Font Color

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

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


#e69bfd Background Color

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

This div background color is #e69bfd


#e69bfd Border Color

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

This div border color is #e69bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.