Color Hex Logo

#e63cbf Color Hex

#E63CBF
(230,60,191)
0 Favorites   0 Comments

Color spaces of #e63cbf

RGB 23060191
HSL0.870.770.57
HSV314°74°90°
CMYK 0.000.740.17   0.10
XYZ43.653023.816351.5865
Yxy23.81630.36670.2000
Hunter Lab48.801974.2636-28.5116
CIE-Lab55.903475.8417-31.9439

#e63cbf color RGB value is (230,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111100 10111111
Octal 346 74 277
Decimal 230 60 191
Hex E6 3C BF

RGB Percentages of Color #e63cbf

%47.82
%12.47
%39.71

CMYK Percentages of Color #e63cbf

%0
%74
%17
%10

Triadic Colors of #e63cbf

#e63cbf #bfe63c #3cbfe6

Analogous Colors of #e63cbf

#e63cbf #e63c6a #b83ce6

Monochromatic Colors of #e63cbf

#e63cbf

Complementary Color

#e63cbf #3ce663

#e63cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63cbf Color CSS Codes

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

#e63cbf Text Font Color

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

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


#e63cbf Background Color

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

This div background color is #e63cbf


#e63cbf Border Color

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

This div border color is #e63cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63cbf


Comments

No comments written yet.

Please login to write comment.