Color Hex Logo

#f165ea Color Hex

#F165EA
(241,101,234)
0 Favorites   0 Comments

Color spaces of #f165ea

RGB 241101234
HSL0.840.830.67
HSV303°58°95°
CMYK 0.000.580.03   0.05
XYZ55.780633.948681.4547
Yxy33.94860.32590.1983
Hunter Lab58.265468.9231-42.1012
CIE-Lab64.921869.8177-42.0377

#f165ea color RGB value is (241,101,234).

#f165ea hex color red value is 241, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f165ea hue: 0.84 , saturation: 0.83 and the lightness value of f165ea is 0.67.

The process color (four color CMYK) of #f165ea color hex is 0.00, 0.58, 0.03, 0.05. Web safe color of #f165ea is #ff66ff. Color #f165ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100101 11101010
Octal 361 145 352
Decimal 241 101 234
Hex F1 65 EA

RGB Percentages of Color #f165ea

%41.84
%17.53
%40.63

CMYK Percentages of Color #f165ea

%0
%58
%3
%5

Triadic Colors of #f165ea

#f165ea #eaf165 #65eaf1

Analogous Colors of #f165ea

#f165ea #f165a4 #b265f1

Monochromatic Colors of #f165ea

#f165ea

Complementary Color

#f165ea #65f16c

#f165ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f165ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f165ea Color CSS Codes

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

#f165ea Text Font Color

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

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


#f165ea Background Color

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

This div background color is #f165ea


#f165ea Border Color

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

This div border color is #f165ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f165ea


Comments

No comments written yet.

Please login to write comment.