Color Hex Logo

#e064bc Color Hex

#E064BC
(224,100,188)
0 Favorites   0 Comments

Color spaces of #e064bc

RGB 224100188
HSL0.880.670.64
HSV317°55°88°
CMYK 0.000.550.16   0.12
XYZ44.374728.592550.7570
Yxy28.59250.35870.2311
Hunter Lab53.472054.5556-18.8493
CIE-Lab60.420358.4866-23.3159

#e064bc color RGB value is (224,100,188).

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

The process color (four color CMYK) of #e064bc color hex is 0.00, 0.55, 0.16, 0.12. Web safe color of #e064bc is #cc66cc. Color #e064bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100100 10111100
Octal 340 144 274
Decimal 224 100 188
Hex E0 64 BC

RGB Percentages of Color #e064bc

%43.75
%19.53
%36.72

CMYK Percentages of Color #e064bc

%0
%55
%16
%12

Triadic Colors of #e064bc

#e064bc #bce064 #64bce0

Analogous Colors of #e064bc

#e064bc #e0647e #c664e0

Monochromatic Colors of #e064bc

#e064bc

Complementary Color

#e064bc #64e088

#e064bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e064bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e064bc Color CSS Codes

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

#e064bc Text Font Color

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

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


#e064bc Background Color

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

This div background color is #e064bc


#e064bc Border Color

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

This div border color is #e064bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e064bc


Comments

No comments written yet.

Please login to write comment.