Color Hex Logo

#f35efd Color Hex

#F35EFD
(243,94,253)
0 Favorites   0 Comments

Color spaces of #f35efd

RGB 24394253
HSL0.820.980.68
HSV296°63°99°
CMYK 0.040.630.00   0.01
XYZ58.694534.151996.4269
Yxy34.15190.31010.1804
Hunter Lab58.439677.0091-56.9223
CIE-Lab65.083076.2888-52.2643

#f35efd color RGB value is (243,94,253).

#f35efd hex color red value is 243, green value is 94 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f35efd hue: 0.82 , saturation: 0.98 and the lightness value of f35efd is 0.68.

The process color (four color CMYK) of #f35efd color hex is 0.04, 0.63, 0.00, 0.01. Web safe color of #f35efd is #ff66ff. Color #f35efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011110 11111101
Octal 363 136 375
Decimal 243 94 253
Hex F3 5E FD

RGB Percentages of Color #f35efd

%41.19
%15.93
%42.88

CMYK Percentages of Color #f35efd

%4
%63
%0
%1

Triadic Colors of #f35efd

#f35efd #fdf35e #5efdf3

Analogous Colors of #f35efd

#f35efd #fd5eb8 #a45efd

Monochromatic Colors of #f35efd

#f35efd

Complementary Color

#f35efd #68fd5e

#f35efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35efd Color CSS Codes

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

#f35efd Text Font Color

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

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


#f35efd Background Color

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

This div background color is #f35efd


#f35efd Border Color

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

This div border color is #f35efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,94,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f35efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f35efd;
  -webkit-box-shadow: 1px 1px 3px 2px #f35efd;
  box-shadow:         1px 1px 3px 2px #f35efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,94,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35efd


Comments

No comments written yet.

Please login to write comment.