Color Hex Logo

#ef63eb Color Hex

#EF63EB
(239,99,235)
0 Favorites   0 Comments

Color spaces of #ef63eb

RGB 23999235
HSL0.840.810.66
HSV302°59°94°
CMYK 0.000.590.02   0.06
XYZ55.053833.272682.1179
Yxy33.27260.32300.1952
Hunter Lab57.682469.4215-44.0288
CIE-Lab64.381070.3223-43.4614

#ef63eb color RGB value is (239,99,235).

#ef63eb hex color red value is 239, green value is 99 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ef63eb hue: 0.84 , saturation: 0.81 and the lightness value of ef63eb is 0.66.

The process color (four color CMYK) of #ef63eb color hex is 0.00, 0.59, 0.02, 0.06. Web safe color of #ef63eb is #ff66ff. Color #ef63eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100011 11101011
Octal 357 143 353
Decimal 239 99 235
Hex EF 63 EB

RGB Percentages of Color #ef63eb

%41.71
%17.28
%41.01

CMYK Percentages of Color #ef63eb

%0
%59
%2
%6

Triadic Colors of #ef63eb

#ef63eb #ebef63 #63ebef

Analogous Colors of #ef63eb

#ef63eb #ef63a5 #ad63ef

Monochromatic Colors of #ef63eb

#ef63eb

Complementary Color

#ef63eb #63ef67

#ef63eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef63eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef63eb Color CSS Codes

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

#ef63eb Text Font Color

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

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


#ef63eb Background Color

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

This div background color is #ef63eb


#ef63eb Border Color

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

This div border color is #ef63eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,99,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef63eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef63eb;
  -webkit-box-shadow: 1px 1px 3px 2px #ef63eb;
  box-shadow:         1px 1px 3px 2px #ef63eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,99,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef63eb


Comments

No comments written yet.

Please login to write comment.