Color Hex Logo

#e345fd Color Hex

#E345FD
(227,69,253)
0 Favorites   0 Comments

Color spaces of #e345fd

RGB 22769253
HSL0.810.980.63
HSV292°73°99°
CMYK 0.100.730.00   0.01
XYZ51.536327.679095.5548
Yxy27.67900.29490.1584
Hunter Lab52.610882.7853-70.8583
CIE-Lab59.597681.8678-61.1411

#e345fd color RGB value is (227,69,253).

#e345fd hex color red value is 227, green value is 69 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e345fd hue: 0.81 , saturation: 0.98 and the lightness value of e345fd is 0.63.

The process color (four color CMYK) of #e345fd color hex is 0.10, 0.73, 0.00, 0.01. Web safe color of #e345fd is #cc33ff. Color #e345fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000101 11111101
Octal 343 105 375
Decimal 227 69 253
Hex E3 45 FD

RGB Percentages of Color #e345fd

%41.35
%12.57
%46.08

CMYK Percentages of Color #e345fd

%10
%73
%0
%1

Triadic Colors of #e345fd

#e345fd #fde345 #45fde3

Analogous Colors of #e345fd

#e345fd #fd45bb #8745fd

Monochromatic Colors of #e345fd

#e345fd

Complementary Color

#e345fd #5ffd45

#e345fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e345fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e345fd Color CSS Codes

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

#e345fd Text Font Color

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

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


#e345fd Background Color

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

This div background color is #e345fd


#e345fd Border Color

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

This div border color is #e345fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e345fd


Comments

No comments written yet.

Please login to write comment.