Color Hex Logo

#e63bbf Color Hex

#E63BBF
(230,59,191)
0 Favorites   0 Comments

Color spaces of #e63bbf

RGB 23059191
HSL0.870.770.57
HSV314°74°90°
CMYK 0.000.740.17   0.10
XYZ43.601123.712551.5692
Yxy23.71250.36680.1995
Hunter Lab48.695574.6087-28.7021
CIE-Lab55.798876.1396-32.1068

#e63bbf color RGB value is (230,59,191).

#e63bbf hex color red value is 230, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e63bbf hue: 0.87 , saturation: 0.77 and the lightness value of e63bbf is 0.57.

The process color (four color CMYK) of #e63bbf color hex is 0.00, 0.74, 0.17, 0.10. Web safe color of #e63bbf is #ff33cc. Color #e63bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111011 10111111
Octal 346 73 277
Decimal 230 59 191
Hex E6 3B BF

RGB Percentages of Color #e63bbf

%47.92
%12.29
%39.79

CMYK Percentages of Color #e63bbf

%0
%74
%17
%10

Triadic Colors of #e63bbf

#e63bbf #bfe63b #3bbfe6

Analogous Colors of #e63bbf

#e63bbf #e63b6a #b83be6

Monochromatic Colors of #e63bbf

#e63bbf

Complementary Color

#e63bbf #3be662

#e63bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63bbf Color CSS Codes

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

#e63bbf Text Font Color

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

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


#e63bbf Background Color

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

This div background color is #e63bbf


#e63bbf Border Color

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

This div border color is #e63bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63bbf


Comments

No comments written yet.

Please login to write comment.