Color Hex Logo

#e35fdf Color Hex

#E35FDF
(227,95,223)
0 Favorites   0 Comments

Color spaces of #e35fdf

RGB 22795223
HSL0.840.700.63
HSV302°58°89°
CMYK 0.000.580.02   0.11
XYZ49.090029.843072.9850
Yxy29.84300.32310.1964
Hunter Lab54.628764.8018-40.9724
CIE-Lab61.518567.0321-41.3809

#e35fdf color RGB value is (227,95,223).

#e35fdf hex color red value is 227, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e35fdf hue: 0.84 , saturation: 0.70 and the lightness value of e35fdf is 0.63.

The process color (four color CMYK) of #e35fdf color hex is 0.00, 0.58, 0.02, 0.11. Web safe color of #e35fdf is #cc66cc. Color #e35fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011111 11011111
Octal 343 137 337
Decimal 227 95 223
Hex E3 5F DF

RGB Percentages of Color #e35fdf

%41.65
%17.43
%40.92

CMYK Percentages of Color #e35fdf

%0
%58
%2
%11

Triadic Colors of #e35fdf

#e35fdf #dfe35f #5fdfe3

Analogous Colors of #e35fdf

#e35fdf #e35f9d #a55fe3

Monochromatic Colors of #e35fdf

#e35fdf

Complementary Color

#e35fdf #5fe363

#e35fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35fdf Color CSS Codes

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

#e35fdf Text Font Color

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

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


#e35fdf Background Color

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

This div background color is #e35fdf


#e35fdf Border Color

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

This div border color is #e35fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35fdf


Comments

No comments written yet.

Please login to write comment.