color codes Logo

#ef35eb color codes

#EF35EB
(239,53,235)
0 Favorites   0 Comments

Color spaces of #ef35eb

RGB 23953235
HSL0.840.850.57
HSV301°78°94°
CMYK 0.000.780.02   0.06
XYZ51.865126.895181.0549
Yxy26.89510.32450.1683
Hunter Lab51.860587.7600-56.3645
CIE-Lab58.877185.8387-52.1620

#ef35eb color RGB value is (239,53,235).

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

The process color (four color CMYK) of #ef35eb color code is 0.00, 0.78, 0.02, 0.06. Web safe color of #ef35eb is #ff33ff. Color #ef35eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110101 11101011
Octal 357 65 353
Decimal 239 53 235
Hex EF 35 EB

RGB Percentages of Color #ef35eb

%45.35
%10.06
%44.59

CMYK Percentages of Color #ef35eb

%0
%78
%2
%6

Triadic Colors of #ef35eb

#ef35eb #ebef35 #35ebef

Analogous Colors of #ef35eb

#ef35eb #ef358e #9635ef

Monochromatic Colors of #ef35eb

#ef35eb

Complementary Color

#ef35eb #35ef39

#ef35eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef35eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef35eb Color CSS Codes

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

#ef35eb Text Font Color

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

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


#ef35eb Background Color

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

This div background color is #ef35eb


#ef35eb Border Color

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

This div border color is #ef35eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef35eb


Comments

No comments written yet.

Please login to write comment.