Color Hex Logo

#f365ea Color Hex

#F365EA
(243,101,234)
0 Favorites   0 Comments

Color spaces of #f365ea

RGB 243101234
HSL0.840.860.67
HSV304°58°95°
CMYK 0.000.580.04   0.05
XYZ56.467134.302681.4868
Yxy34.30260.32780.1991
Hunter Lab58.568469.6010-41.4928
CIE-Lab65.202170.3198-41.5783

#f365ea color RGB value is (243,101,234).

#f365ea hex color red value is 243, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f365ea hue: 0.84 , saturation: 0.86 and the lightness value of f365ea is 0.67.

The process color (four color CMYK) of #f365ea color hex is 0.00, 0.58, 0.04, 0.05. Web safe color of #f365ea is #ff66ff. Color #f365ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100101 11101010
Octal 363 145 352
Decimal 243 101 234
Hex F3 65 EA

RGB Percentages of Color #f365ea

%42.04
%17.47
%40.48

CMYK Percentages of Color #f365ea

%0
%58
%4
%5

Triadic Colors of #f365ea

#f365ea #eaf365 #65eaf3

Analogous Colors of #f365ea

#f365ea #f365a3 #b565f3

Monochromatic Colors of #f365ea

#f365ea

Complementary Color

#f365ea #65f36e

#f365ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f365ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f365ea Color CSS Codes

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

#f365ea Text Font Color

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

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


#f365ea Background Color

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

This div background color is #f365ea


#f365ea Border Color

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

This div border color is #f365ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f365ea


Comments

No comments written yet.

Please login to write comment.