Color Hex Logo

#f134da Color Hex

#F134DA
(241,52,218)
0 Favorites   0 Comments

Color spaces of #f134da

RGB 24152218
HSL0.850.870.57
HSV307°78°95°
CMYK 0.000.780.10   0.05
XYZ50.158526.218768.7467
Yxy26.21870.34560.1807
Hunter Lab51.204285.2473-43.7597
CIE-Lab58.244184.0359-43.5706

#f134da color RGB value is (241,52,218).

#f134da hex color red value is 241, green value is 52 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f134da hue: 0.85 , saturation: 0.87 and the lightness value of f134da is 0.57.

The process color (four color CMYK) of #f134da color hex is 0.00, 0.78, 0.10, 0.05. Web safe color of #f134da is #ff33cc. Color #f134da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110100 11011010
Octal 361 64 332
Decimal 241 52 218
Hex F1 34 DA

RGB Percentages of Color #f134da

%47.16
%10.18
%42.66

CMYK Percentages of Color #f134da

%0
%78
%10
%5

Triadic Colors of #f134da

#f134da #daf134 #34daf1

Analogous Colors of #f134da

#f134da #f1347c #aa34f1

Monochromatic Colors of #f134da

#f134da

Complementary Color

#f134da #34f14b

#f134da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f134da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f134da Color CSS Codes

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

#f134da Text Font Color

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

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


#f134da Background Color

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

This div background color is #f134da


#f134da Border Color

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

This div border color is #f134da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f134da


Comments

No comments written yet.

Please login to write comment.