Color Hex Logo

#e64bcb Color Hex

#E64BCB
(230,75,203)
0 Favorites   0 Comments

Color spaces of #e64bcb

RGB 23075203
HSL0.860.760.60
HSV310°67°90°
CMYK 0.000.670.12   0.10
XYZ45.928726.166959.1299
Yxy26.16690.35000.1994
Hunter Lab51.153670.7490-32.7275
CIE-Lab58.195172.5539-35.2494

#e64bcb color RGB value is (230,75,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001011 11001011
Octal 346 113 313
Decimal 230 75 203
Hex E6 4B CB

RGB Percentages of Color #e64bcb

%45.28
%14.76
%39.96

CMYK Percentages of Color #e64bcb

%0
%67
%12
%10

Triadic Colors of #e64bcb

#e64bcb #cbe64b #4bcbe6

Analogous Colors of #e64bcb

#e64bcb #e64b7e #b44be6

Monochromatic Colors of #e64bcb

#e64bcb

Complementary Color

#e64bcb #4be666

#e64bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64bcb Color CSS Codes

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

#e64bcb Text Font Color

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

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


#e64bcb Background Color

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

This div background color is #e64bcb


#e64bcb Border Color

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

This div border color is #e64bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64bcb


Comments

No comments written yet.

Please login to write comment.