color codes Logo

#e20dfd color codes

#E20DFD
(226,13,253)
0 Favorites   0 Comments

Color spaces of #e20dfd

RGB 22613253
HSL0.810.980.52
HSV293°95°99°
CMYK 0.110.950.00   0.01
XYZ49.237623.548494.8787
Yxy23.54840.29370.1404
Hunter Lab48.526796.1933-81.9543
CIE-Lab55.632892.8033-67.5243

#e20dfd color RGB value is (226,13,253).

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

The process color (four color CMYK) of #e20dfd color code is 0.11, 0.95, 0.00, 0.01. Web safe color of #e20dfd is #cc00ff. Color #e20dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001101 11111101
Octal 342 15 375
Decimal 226 13 253
Hex E2 D FD

RGB Percentages of Color #e20dfd

%45.93
%2.64
%51.42

CMYK Percentages of Color #e20dfd

%11
%95
%0
%1

Triadic Colors of #e20dfd

#e20dfd #fde20d #0dfde2

Analogous Colors of #e20dfd

#e20dfd #fd0da0 #6a0dfd

Monochromatic Colors of #e20dfd

#e20dfd

Complementary Color

#e20dfd #28fd0d

#e20dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20dfd Color CSS Codes

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

#e20dfd Text Font Color

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

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


#e20dfd Background Color

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

This div background color is #e20dfd


#e20dfd Border Color

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

This div border color is #e20dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.