Color Hex Logo

#ef35fc Color Hex

#EF35FC
(239,53,252)
0 Favorites   0 Comments

Color spaces of #ef35fc

RGB 23953252
HSL0.820.970.60
HSV296°79°99°
CMYK 0.050.790.00   0.01
XYZ54.440427.925294.6162
Yxy27.92520.30760.1578
Hunter Lab52.844391.4139-69.1660
CIE-Lab59.821188.4234-60.1267

#ef35fc color RGB value is (239,53,252).

#ef35fc hex color red value is 239, green value is 53 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ef35fc hue: 0.82 , saturation: 0.97 and the lightness value of ef35fc is 0.60.

The process color (four color CMYK) of #ef35fc color hex is 0.05, 0.79, 0.00, 0.01. Web safe color of #ef35fc is #ff33ff. Color #ef35fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110101 11111100
Octal 357 65 374
Decimal 239 53 252
Hex EF 35 FC

RGB Percentages of Color #ef35fc

%43.93
%9.74
%46.32

CMYK Percentages of Color #ef35fc

%5
%79
%0
%1

Triadic Colors of #ef35fc

#ef35fc #fcef35 #35fcef

Analogous Colors of #ef35fc

#ef35fc #fc35a6 #8c35fc

Monochromatic Colors of #ef35fc

#ef35fc

Complementary Color

#ef35fc #42fc35

#ef35fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef35fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef35fc Color CSS Codes

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

#ef35fc Text Font Color

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

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


#ef35fc Background Color

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

This div background color is #ef35fc


#ef35fc Border Color

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

This div border color is #ef35fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef35fc

Related Colors


Comments

No comments written yet.

Please login to write comment.