Color Hex Logo

#e275fb Color Hex

#E275FB
(226,117,251)
0 Favorites   0 Comments

Color spaces of #e275fb

RGB 226117251
HSL0.800.940.72
HSV289°53°98°
CMYK 0.100.530.00   0.02
XYZ55.137935.856495.2817
Yxy35.85640.29600.1925
Hunter Lab59.880259.5730-52.4264
CIE-Lab66.410161.7886-49.2129

#e275fb color RGB value is (226,117,251).

#e275fb hex color red value is 226, green value is 117 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e275fb hue: 0.80 , saturation: 0.94 and the lightness value of e275fb is 0.72.

The process color (four color CMYK) of #e275fb color hex is 0.10, 0.53, 0.00, 0.02. Web safe color of #e275fb is #cc66ff. Color #e275fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 11111011
Octal 342 165 373
Decimal 226 117 251
Hex E2 75 FB

RGB Percentages of Color #e275fb

%38.05
%19.70
%42.26

CMYK Percentages of Color #e275fb

%10
%53
%0
%2

Triadic Colors of #e275fb

#e275fb #fbe275 #75fbe2

Analogous Colors of #e275fb

#e275fb #fb75d1 #9f75fb

Monochromatic Colors of #e275fb

#e275fb

Complementary Color

#e275fb #8efb75

#e275fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e275fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e275fb Color CSS Codes

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

#e275fb Text Font Color

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

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


#e275fb Background Color

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

This div background color is #e275fb


#e275fb Border Color

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

This div border color is #e275fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e275fb

Related Colors


Comments

No comments written yet.

Please login to write comment.