Color Hex Logo

#f230eb Color Hex

#F230EB
(242,48,235)
0 Favorites   0 Comments

Color spaces of #f230eb

RGB 24248235
HSL0.840.880.57
HSV302°80°95°
CMYK 0.000.800.03   0.05
XYZ52.670326.989381.0307
Yxy26.98930.32780.1680
Hunter Lab51.951290.0560-56.1115
CIE-Lab58.964487.5659-51.9934

#f230eb color RGB value is (242,48,235).

#f230eb hex color red value is 242, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f230eb hue: 0.84 , saturation: 0.88 and the lightness value of f230eb is 0.57.

The process color (four color CMYK) of #f230eb color hex is 0.00, 0.80, 0.03, 0.05. Web safe color of #f230eb is #ff33ff. Color #f230eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110000 11101011
Octal 362 60 353
Decimal 242 48 235
Hex F2 30 EB

RGB Percentages of Color #f230eb

%46.10
%9.14
%44.76

CMYK Percentages of Color #f230eb

%0
%80
%3
%5

Triadic Colors of #f230eb

#f230eb #ebf230 #30ebf2

Analogous Colors of #f230eb

#f230eb #f2308a #9830f2

Monochromatic Colors of #f230eb

#f230eb

Complementary Color

#f230eb #30f237

#f230eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f230eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f230eb Color CSS Codes

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

#f230eb Text Font Color

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

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


#f230eb Background Color

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

This div background color is #f230eb


#f230eb Border Color

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

This div border color is #f230eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f230eb


Comments

No comments written yet.

Please login to write comment.