Color Hex Logo

#f30eeb Color Hex

#F30EEB
(243,14,235)
0 Favorites   0 Comments

Color spaces of #f30eeb

RGB 24314235
HSL0.840.910.50
HSV302°94°95°
CMYK 0.000.940.03   0.05
XYZ52.114625.366980.7468
Yxy25.36690.32940.1603
Hunter Lab50.365696.5590-59.7987
CIE-Lab57.431292.7253-54.4250

#f30eeb color RGB value is (243,14,235).

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

The process color (four color CMYK) of #f30eeb color hex is 0.00, 0.94, 0.03, 0.05. Web safe color of #f30eeb is #ff00ff. Color #f30eeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001110 11101011
Octal 363 16 353
Decimal 243 14 235
Hex F3 E EB

RGB Percentages of Color #f30eeb

%49.39
%2.85
%47.76

CMYK Percentages of Color #f30eeb

%0
%94
%3
%5

Triadic Colors of #f30eeb

#f30eeb #ebf30e #0eebf3

Analogous Colors of #f30eeb

#f30eeb #f30e79 #890ef3

Monochromatic Colors of #f30eeb

#f30eeb

Complementary Color

#f30eeb #0ef316

#f30eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30eeb Color CSS Codes

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

#f30eeb Text Font Color

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

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


#f30eeb Background Color

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

This div background color is #f30eeb


#f30eeb Border Color

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

This div border color is #f30eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30eeb


Comments

No comments written yet.

Please login to write comment.