Color Hex Logo

#e275bf Color Hex

#E275BF
(226,117,191)
0 Favorites   0 Comments

Color spaces of #e275bf

RGB 226117191
HSL0.890.650.67
HSV319°48°89°
CMYK 0.000.480.15   0.11
XYZ47.129332.652953.1089
Yxy32.65290.35460.2457
Hunter Lab57.142747.2208-15.1047
CIE-Lab63.878951.4445-19.7120

#e275bf color RGB value is (226,117,191).

#e275bf hex color red value is 226, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e275bf hue: 0.89 , saturation: 0.65 and the lightness value of e275bf is 0.67.

The process color (four color CMYK) of #e275bf color hex is 0.00, 0.48, 0.15, 0.11. Web safe color of #e275bf is #cc66cc. Color #e275bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 10111111
Octal 342 165 277
Decimal 226 117 191
Hex E2 75 BF

RGB Percentages of Color #e275bf

%42.32
%21.91
%35.77

CMYK Percentages of Color #e275bf

%0
%48
%15
%11

Triadic Colors of #e275bf

#e275bf #bfe275 #75bfe2

Analogous Colors of #e275bf

#e275bf #e27589 #cf75e2

Monochromatic Colors of #e275bf

#e275bf

Complementary Color

#e275bf #75e298

#e275bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e275bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e275bf Color CSS Codes

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

#e275bf Text Font Color

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

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


#e275bf Background Color

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

This div background color is #e275bf


#e275bf Border Color

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

This div border color is #e275bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,117,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e275bf


Comments

No comments written yet.

Please login to write comment.