Color Hex Logo

#e609fd Color Hex

#E609FD
(230,9,253)
0 Favorites   0 Comments

Color spaces of #e609fd

RGB 2309253
HSL0.820.980.51
HSV294°96°99°
CMYK 0.090.960.00   0.01
XYZ50.460424.110294.9227
Yxy24.11020.29770.1422
Hunter Lab49.102197.5089-80.2461
CIE-Lab56.198093.6643-66.5794

#e609fd color RGB value is (230,9,253).

#e609fd hex color red value is 230, green value is 9 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e609fd hue: 0.82 , saturation: 0.98 and the lightness value of e609fd is 0.51.

The process color (four color CMYK) of #e609fd color hex is 0.09, 0.96, 0.00, 0.01. Web safe color of #e609fd is #ff00ff. Color #e609fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001001 11111101
Octal 346 11 375
Decimal 230 9 253
Hex E6 9 FD

RGB Percentages of Color #e609fd

%46.75
%1.83
%51.42

CMYK Percentages of Color #e609fd

%9
%96
%0
%1

Triadic Colors of #e609fd

#e609fd #fde609 #09fde6

Analogous Colors of #e609fd

#e609fd #fd099a #6c09fd

Monochromatic Colors of #e609fd

#e609fd

Complementary Color

#e609fd #20fd09

#e609fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e609fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e609fd Color CSS Codes

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

#e609fd Text Font Color

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

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


#e609fd Background Color

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

This div background color is #e609fd


#e609fd Border Color

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

This div border color is #e609fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e609fd


Comments

No comments written yet.

Please login to write comment.