Color Hex Logo

#f30aeb Color Hex

#F30AEB
(243,10,235)
0 Favorites   0 Comments

Color spaces of #f30aeb

RGB 24310235
HSL0.840.920.50
HSV302°96°95°
CMYK 0.000.960.03   0.05
XYZ52.066125.269980.7307
Yxy25.26990.32940.1599
Hunter Lab50.269296.9096-60.0294
CIE-Lab57.337593.0023-54.5746

#f30aeb color RGB value is (243,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001010 11101011
Octal 363 12 353
Decimal 243 10 235
Hex F3 A EB

RGB Percentages of Color #f30aeb

%49.80
%2.05
%48.16

CMYK Percentages of Color #f30aeb

%0
%96
%3
%5

Triadic Colors of #f30aeb

#f30aeb #ebf30a #0aebf3

Analogous Colors of #f30aeb

#f30aeb #f30a77 #870af3

Monochromatic Colors of #f30aeb

#f30aeb

Complementary Color

#f30aeb #0af312

#f30aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30aeb Color CSS Codes

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

#f30aeb Text Font Color

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

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


#f30aeb Background Color

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

This div background color is #f30aeb


#f30aeb Border Color

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

This div border color is #f30aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f30aeb


Comments

No comments written yet.

Please login to write comment.