Color Hex Logo

#f10ceb Color Hex

#F10CEB
(241,12,235)
0 Favorites   0 Comments

Color spaces of #f10ceb

RGB 24112235
HSL0.840.910.50
HSV302°95°95°
CMYK 0.000.950.02   0.05
XYZ51.402524.961980.7062
Yxy24.96190.32730.1589
Hunter Lab49.961996.2136-60.8011
CIE-Lab57.038392.5463-55.0721

#f10ceb color RGB value is (241,12,235).

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

The process color (four color CMYK) of #f10ceb color hex is 0.00, 0.95, 0.02, 0.05. Web safe color of #f10ceb is #ff00ff. Color #f10ceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001100 11101011
Octal 361 14 353
Decimal 241 12 235
Hex F1 C EB

RGB Percentages of Color #f10ceb

%49.39
%2.46
%48.16

CMYK Percentages of Color #f10ceb

%0
%95
%2
%5

Triadic Colors of #f10ceb

#f10ceb #ebf10c #0cebf1

Analogous Colors of #f10ceb

#f10ceb #f10c79 #850cf1

Monochromatic Colors of #f10ceb

#f10ceb

Complementary Color

#f10ceb #0cf112

#f10ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10ceb Color CSS Codes

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

#f10ceb Text Font Color

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

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


#f10ceb Background Color

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

This div background color is #f10ceb


#f10ceb Border Color

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

This div border color is #f10ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10ceb


Comments

No comments written yet.

Please login to write comment.