Color Hex Logo

#e62ffd Color Hex

#E62FFD
(230,47,253)
0 Favorites   0 Comments

Color spaces of #e62ffd

RGB 23047253
HSL0.810.980.59
HSV293°81°99°
CMYK 0.090.810.00   0.01
XYZ51.379325.947995.2290
Yxy25.94790.29780.1504
Hunter Lab50.939190.8992-75.1834
CIE-Lab57.987688.3933-63.6992

#e62ffd color RGB value is (230,47,253).

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

The process color (four color CMYK) of #e62ffd color hex is 0.09, 0.81, 0.00, 0.01. Web safe color of #e62ffd is #ff33ff. Color #e62ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101111 11111101
Octal 346 57 375
Decimal 230 47 253
Hex E6 2F FD

RGB Percentages of Color #e62ffd

%43.40
%8.87
%47.74

CMYK Percentages of Color #e62ffd

%9
%81
%0
%1

Triadic Colors of #e62ffd

#e62ffd #fde62f #2ffde6

Analogous Colors of #e62ffd

#e62ffd #fd2fad #7f2ffd

Monochromatic Colors of #e62ffd

#e62ffd

Complementary Color

#e62ffd #46fd2f

#e62ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62ffd Color CSS Codes

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

#e62ffd Text Font Color

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

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


#e62ffd Background Color

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

This div background color is #e62ffd


#e62ffd Border Color

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

This div border color is #e62ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.