Color Hex Logo

#f13cef Color Hex

#F13CEF
(241,60,239)
0 Favorites   0 Comments

Color spaces of #f13cef

RGB 24160239
HSL0.840.870.59
HSV301°75°95°
CMYK 0.000.750.01   0.05
XYZ53.471528.164584.2794
Yxy28.16450.32230.1698
Hunter Lab53.070286.9767-57.0077
CIE-Lab60.037185.0144-52.5345

#f13cef color RGB value is (241,60,239).

#f13cef hex color red value is 241, green value is 60 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f13cef hue: 0.84 , saturation: 0.87 and the lightness value of f13cef is 0.59.

The process color (four color CMYK) of #f13cef color hex is 0.00, 0.75, 0.01, 0.05. Web safe color of #f13cef is #ff33ff. Color #f13cef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111100 11101111
Octal 361 74 357
Decimal 241 60 239
Hex F1 3C EF

RGB Percentages of Color #f13cef

%44.63
%11.11
%44.26

CMYK Percentages of Color #f13cef

%0
%75
%1
%5

Triadic Colors of #f13cef

#f13cef #eff13c #3ceff1

Analogous Colors of #f13cef

#f13cef #f13c95 #993cf1

Monochromatic Colors of #f13cef

#f13cef

Complementary Color

#f13cef #3cf13e

#f13cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13cef Color CSS Codes

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

#f13cef Text Font Color

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

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


#f13cef Background Color

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

This div background color is #f13cef


#f13cef Border Color

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

This div border color is #f13cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13cef


Comments

No comments written yet.

Please login to write comment.