Color Hex Logo

#f315eb Color Hex

#F315EB
(243,21,235)
0 Favorites   0 Comments

Color spaces of #f315eb

RGB 24321235
HSL0.840.900.52
HSV302°91°95°
CMYK 0.000.910.03   0.05
XYZ52.225725.589280.7839
Yxy25.58920.32930.1613
Hunter Lab50.585895.7617-59.2742
CIE-Lab57.645092.0940-54.0840

#f315eb color RGB value is (243,21,235).

#f315eb hex color red value is 243, green value is 21 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f315eb hue: 0.84 , saturation: 0.90 and the lightness value of f315eb is 0.52.

The process color (four color CMYK) of #f315eb color hex is 0.00, 0.91, 0.03, 0.05. Web safe color of #f315eb is #ff00ff. Color #f315eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010101 11101011
Octal 363 25 353
Decimal 243 21 235
Hex F3 15 EB

RGB Percentages of Color #f315eb

%48.70
%4.21
%47.09

CMYK Percentages of Color #f315eb

%0
%91
%3
%5

Triadic Colors of #f315eb

#f315eb #ebf315 #15ebf3

Analogous Colors of #f315eb

#f315eb #f3157c #8c15f3

Monochromatic Colors of #f315eb

#f315eb

Complementary Color

#f315eb #15f31d

#f315eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f315eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f315eb Color CSS Codes

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

#f315eb Text Font Color

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

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


#f315eb Background Color

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

This div background color is #f315eb


#f315eb Border Color

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

This div border color is #f315eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f315eb


Comments

No comments written yet.

Please login to write comment.