Color Hex Logo

#e30bfd Color Hex

#E30BFD
(227,11,253)
0 Favorites   0 Comments

Color spaces of #e30bfd

RGB 22711253
HSL0.820.980.52
HSV294°96°99°
CMYK 0.100.960.00   0.01
XYZ49.527823.662194.8853
Yxy23.66210.29470.1408
Hunter Lab48.643796.6177-81.6016
CIE-Lab55.747993.0946-67.3303

#e30bfd color RGB value is (227,11,253).

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

The process color (four color CMYK) of #e30bfd color hex is 0.10, 0.96, 0.00, 0.01. Web safe color of #e30bfd is #cc00ff. Color #e30bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001011 11111101
Octal 343 13 375
Decimal 227 11 253
Hex E3 B FD

RGB Percentages of Color #e30bfd

%46.23
%2.24
%51.53

CMYK Percentages of Color #e30bfd

%10
%96
%0
%1

Triadic Colors of #e30bfd

#e30bfd #fde30b #0bfde3

Analogous Colors of #e30bfd

#e30bfd #fd0b9e #6a0bfd

Monochromatic Colors of #e30bfd

#e30bfd

Complementary Color

#e30bfd #25fd0b

#e30bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30bfd Color CSS Codes

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

#e30bfd Text Font Color

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

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


#e30bfd Background Color

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

This div background color is #e30bfd


#e30bfd Border Color

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

This div border color is #e30bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30bfd


Comments

No comments written yet.

Please login to write comment.