Color Hex Logo

#e64bcc Color Hex

#E64BCC
(230,75,204)
0 Favorites   0 Comments

Color spaces of #e64bcc

RGB 23075204
HSL0.860.760.60
HSV310°67°90°
CMYK 0.000.670.11   0.10
XYZ46.048326.214859.7597
Yxy26.21480.34880.1986
Hunter Lab51.200470.9376-33.3614
CIE-Lab58.240472.6991-35.7486

#e64bcc color RGB value is (230,75,204).

#e64bcc hex color red value is 230, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e64bcc hue: 0.86 , saturation: 0.76 and the lightness value of e64bcc is 0.60.

The process color (four color CMYK) of #e64bcc color hex is 0.00, 0.67, 0.11, 0.10. Web safe color of #e64bcc is #ff33cc. Color #e64bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001011 11001100
Octal 346 113 314
Decimal 230 75 204
Hex E6 4B CC

RGB Percentages of Color #e64bcc

%45.19
%14.73
%40.08

CMYK Percentages of Color #e64bcc

%0
%67
%11
%10

Triadic Colors of #e64bcc

#e64bcc #cce64b #4bcce6

Analogous Colors of #e64bcc

#e64bcc #e64b7f #b34be6

Monochromatic Colors of #e64bcc

#e64bcc

Complementary Color

#e64bcc #4be665

#e64bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64bcc Color CSS Codes

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

#e64bcc Text Font Color

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

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


#e64bcc Background Color

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

This div background color is #e64bcc


#e64bcc Border Color

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

This div border color is #e64bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64bcc


Comments

No comments written yet.

Please login to write comment.