Color Hex Logo

#e35dff Color Hex

#E35DFF
(227,93,255)
0 Favorites   0 Comments

Color spaces of #e35dff

RGB 22793255
HSL0.801.000.68
HSV290°64°100°
CMYK 0.110.640.00   0.00
XYZ53.642931.379697.8373
Yxy31.37960.29340.1716
Hunter Lab56.017572.9027-64.3406
CIE-Lab62.826873.4303-57.0862

#e35dff color RGB value is (227,93,255).

#e35dff hex color red value is 227, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e35dff hue: 0.80 , saturation: 1.00 and the lightness value of e35dff is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 11111111
Octal 343 135 377
Decimal 227 93 255
Hex E3 5D FF

RGB Percentages of Color #e35dff

%39.48
%16.17
%44.35

CMYK Percentages of Color #e35dff

%11
%64
%0
%0

Triadic Colors of #e35dff

#e35dff #ffe35d #5dffe3

Analogous Colors of #e35dff

#e35dff #ff5dca #925dff

Monochromatic Colors of #e35dff

#e35dff

Complementary Color

#e35dff #79ff5d

#e35dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dff Color CSS Codes

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

#e35dff Text Font Color

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

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


#e35dff Background Color

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

This div background color is #e35dff


#e35dff Border Color

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

This div border color is #e35dff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,93,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e35dff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e35dff;
  -webkit-box-shadow: 1px 1px 3px 2px #e35dff;
  box-shadow:         1px 1px 3px 2px #e35dff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,93,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dff


Comments

No comments written yet.

Please login to write comment.