Color Hex Logo

#f15aeb Color Hex

#F15AEB
(241,90,235)
0 Favorites   0 Comments

Color spaces of #f15aeb

RGB 24190235
HSL0.840.840.65
HSV302°63°95°
CMYK 0.000.630.02   0.05
XYZ54.927232.011381.8811
Yxy32.01130.32540.1896
Hunter Lab56.578574.2778-46.2002
CIE-Lab63.352274.4371-45.0601

#f15aeb color RGB value is (241,90,235).

#f15aeb hex color red value is 241, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f15aeb hue: 0.84 , saturation: 0.84 and the lightness value of f15aeb is 0.65.

The process color (four color CMYK) of #f15aeb color hex is 0.00, 0.63, 0.02, 0.05. Web safe color of #f15aeb is #ff66ff. Color #f15aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011010 11101011
Octal 361 132 353
Decimal 241 90 235
Hex F1 5A EB

RGB Percentages of Color #f15aeb

%42.58
%15.90
%41.52

CMYK Percentages of Color #f15aeb

%0
%63
%2
%5

Triadic Colors of #f15aeb

#f15aeb #ebf15a #5aebf1

Analogous Colors of #f15aeb

#f15aeb #f15aa0 #ac5af1

Monochromatic Colors of #f15aeb

#f15aeb

Complementary Color

#f15aeb #5af160

#f15aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15aeb Color CSS Codes

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

#f15aeb Text Font Color

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

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


#f15aeb Background Color

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

This div background color is #f15aeb


#f15aeb Border Color

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

This div border color is #f15aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15aeb


Comments

No comments written yet.

Please login to write comment.