Color Hex Logo

#e264bc Color Hex

#E264BC
(226,100,188)
0 Favorites   0 Comments

Color spaces of #e264bc

RGB 226100188
HSL0.880.680.64
HSV318°56°89°
CMYK 0.000.560.17   0.11
XYZ44.998328.913950.7862
Yxy28.91390.36090.2319
Hunter Lab53.771655.2757-18.3580
CIE-Lab60.705659.0655-22.8538

#e264bc color RGB value is (226,100,188).

#e264bc hex color red value is 226, green value is 100 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e264bc hue: 0.88 , saturation: 0.68 and the lightness value of e264bc is 0.64.

The process color (four color CMYK) of #e264bc color hex is 0.00, 0.56, 0.17, 0.11. Web safe color of #e264bc is #cc66cc. Color #e264bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100100 10111100
Octal 342 144 274
Decimal 226 100 188
Hex E2 64 BC

RGB Percentages of Color #e264bc

%43.97
%19.46
%36.58

CMYK Percentages of Color #e264bc

%0
%56
%17
%11

Triadic Colors of #e264bc

#e264bc #bce264 #64bce2

Analogous Colors of #e264bc

#e264bc #e2647d #c964e2

Monochromatic Colors of #e264bc

#e264bc

Complementary Color

#e264bc #64e28a

#e264bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e264bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e264bc Color CSS Codes

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

#e264bc Text Font Color

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

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


#e264bc Background Color

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

This div background color is #e264bc


#e264bc Border Color

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

This div border color is #e264bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e264bc


Comments

No comments written yet.

Please login to write comment.