Color Hex Logo

#e625fb Color Hex

#E625FB
(230,37,251)
0 Favorites   0 Comments

Color spaces of #e625fb

RGB 23037251
HSL0.820.960.56
HSV294°85°98°
CMYK 0.080.850.00   0.02
XYZ50.707325.111293.4412
Yxy25.11120.29960.1484
Hunter Lab50.111192.9294-75.4792
CIE-Lab57.183690.0751-63.8808

#e625fb color RGB value is (230,37,251).

#e625fb hex color red value is 230, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e625fb hue: 0.82 , saturation: 0.96 and the lightness value of e625fb is 0.56.

The process color (four color CMYK) of #e625fb color hex is 0.08, 0.85, 0.00, 0.02. Web safe color of #e625fb is #ff33ff. Color #e625fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100101 11111011
Octal 346 45 373
Decimal 230 37 251
Hex E6 25 FB

RGB Percentages of Color #e625fb

%44.40
%7.14
%48.46

CMYK Percentages of Color #e625fb

%8
%85
%0
%2

Triadic Colors of #e625fb

#e625fb #fbe625 #25fbe6

Analogous Colors of #e625fb

#e625fb #fb25a5 #7b25fb

Monochromatic Colors of #e625fb

#e625fb

Complementary Color

#e625fb #3afb25

#e625fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e625fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e625fb Color CSS Codes

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

#e625fb Text Font Color

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

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


#e625fb Background Color

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

This div background color is #e625fb


#e625fb Border Color

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

This div border color is #e625fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,37,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e625fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e625fb


Comments

No comments written yet.

Please login to write comment.