Color Hex Logo

#e693fb Color Hex

#E693FB
(230,147,251)
0 Favorites   0 Comments

Color spaces of #e693fb

RGB 230147251
HSL0.800.930.78
HSV288°41°98°
CMYK 0.080.410.00   0.02
XYZ60.479444.655596.6985
Yxy44.65550.29970.2212
Hunter Lab66.824844.6071-39.0180
CIE-Lab72.664547.8829-39.3729

#e693fb color RGB value is (230,147,251).

#e693fb hex color red value is 230, green value is 147 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e693fb hue: 0.80 , saturation: 0.93 and the lightness value of e693fb is 0.78.

The process color (four color CMYK) of #e693fb color hex is 0.08, 0.41, 0.00, 0.02. Web safe color of #e693fb is #ff99ff. Color #e693fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010011 11111011
Octal 346 223 373
Decimal 230 147 251
Hex E6 93 FB

RGB Percentages of Color #e693fb

%36.62
%23.41
%39.97

CMYK Percentages of Color #e693fb

%8
%41
%0
%2

Triadic Colors of #e693fb

#e693fb #fbe693 #93fbe6

Analogous Colors of #e693fb

#e693fb #fb93dc #b293fb

Monochromatic Colors of #e693fb

#e693fb

Complementary Color

#e693fb #a8fb93

#e693fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e693fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e693fb Color CSS Codes

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

#e693fb Text Font Color

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

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


#e693fb Background Color

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

This div background color is #e693fb


#e693fb Border Color

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

This div border color is #e693fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e693fb

Related Colors


Comments

No comments written yet.

Please login to write comment.