Color Hex Logo

#e35dfc Color Hex

#E35DFC
(227,93,252)
0 Favorites   0 Comments

Color spaces of #e35dfc

RGB 22793252
HSL0.810.960.68
HSV291°63°99°
CMYK 0.100.630.00   0.01
XYZ53.163631.187995.3133
Yxy31.18790.29590.1736
Hunter Lab55.846172.1952-62.0987
CIE-Lab62.665972.8893-55.6894

#e35dfc color RGB value is (227,93,252).

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

The process color (four color CMYK) of #e35dfc color hex is 0.10, 0.63, 0.00, 0.01. Web safe color of #e35dfc is #cc66ff. Color #e35dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 11111100
Octal 343 135 374
Decimal 227 93 252
Hex E3 5D FC

RGB Percentages of Color #e35dfc

%39.69
%16.26
%44.06

CMYK Percentages of Color #e35dfc

%10
%63
%0
%1

Triadic Colors of #e35dfc

#e35dfc #fce35d #5dfce3

Analogous Colors of #e35dfc

#e35dfc #fc5dc6 #945dfc

Monochromatic Colors of #e35dfc

#e35dfc

Complementary Color

#e35dfc #76fc5d

#e35dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dfc Color CSS Codes

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

#e35dfc Text Font Color

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

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


#e35dfc Background Color

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

This div background color is #e35dfc


#e35dfc Border Color

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

This div border color is #e35dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dfc


Comments

No comments written yet.

Please login to write comment.