Color Hex Logo

#f155ca Color Hex

#F155CA
(241,85,202)
0 Favorites   0 Comments

Color spaces of #f155ca

RGB 24185202
HSL0.880.850.64
HSV315°65°95°
CMYK 0.000.650.16   0.05
XYZ50.184829.462058.9188
Yxy29.46200.36220.2126
Hunter Lab54.278970.0481-26.3630
CIE-Lab61.187271.4204-29.8962

#f155ca color RGB value is (241,85,202).

#f155ca hex color red value is 241, green value is 85 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f155ca hue: 0.88 , saturation: 0.85 and the lightness value of f155ca is 0.64.

The process color (four color CMYK) of #f155ca color hex is 0.00, 0.65, 0.16, 0.05. Web safe color of #f155ca is #ff66cc. Color #f155ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010101 11001010
Octal 361 125 312
Decimal 241 85 202
Hex F1 55 CA

RGB Percentages of Color #f155ca

%45.64
%16.10
%38.26

CMYK Percentages of Color #f155ca

%0
%65
%16
%5

Triadic Colors of #f155ca

#f155ca #caf155 #55caf1

Analogous Colors of #f155ca

#f155ca #f1557c #ca55f1

Monochromatic Colors of #f155ca

#f155ca

Complementary Color

#f155ca #55f17c

#f155ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f155ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f155ca Color CSS Codes

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

#f155ca Text Font Color

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

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


#f155ca Background Color

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

This div background color is #f155ca


#f155ca Border Color

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

This div border color is #f155ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f155ca


Comments

No comments written yet.

Please login to write comment.