Color Hex Logo

#f134ca Color Hex

#F134CA
(241,52,202)
0 Favorites   0 Comments

Color spaces of #f134ca

RGB 24152202
HSL0.870.870.57
HSV312°78°95°
CMYK 0.000.780.16   0.05
XYZ48.164325.421058.2453
Yxy25.42100.36530.1928
Hunter Lab50.419282.2831-33.1995
CIE-Lab57.483381.8875-35.6588

#f134ca color RGB value is (241,52,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110100 11001010
Octal 361 64 312
Decimal 241 52 202
Hex F1 34 CA

RGB Percentages of Color #f134ca

%48.69
%10.51
%40.81

CMYK Percentages of Color #f134ca

%0
%78
%16
%5

Triadic Colors of #f134ca

#f134ca #caf134 #34caf1

Analogous Colors of #f134ca

#f134ca #f1346c #ba34f1

Monochromatic Colors of #f134ca

#f134ca

Complementary Color

#f134ca #34f15b

#f134ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f134ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f134ca Color CSS Codes

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

#f134ca Text Font Color

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

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


#f134ca Background Color

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

This div background color is #f134ca


#f134ca Border Color

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

This div border color is #f134ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f134ca


Comments

No comments written yet.

Please login to write comment.