Color Hex Logo

#f230ff Color Hex

#F230FF
(242,48,255)
0 Favorites   0 Comments

Color spaces of #f230ff

RGB 24248255
HSL0.821.000.59
HSV296°81°100°
CMYK 0.050.810.00   0.00
XYZ55.724928.211297.1160
Yxy28.21120.30780.1558
Hunter Lab53.114294.3238-71.2281
CIE-Lab60.079190.5520-61.3482

#f230ff color RGB value is (242,48,255).

#f230ff hex color red value is 242, green value is 48 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f230ff hue: 0.82 , saturation: 1.00 and the lightness value of f230ff is 0.59.

The process color (four color CMYK) of #f230ff color hex is 0.05, 0.81, 0.00, 0.00. Web safe color of #f230ff is #ff33ff. Color #f230ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110000 11111111
Octal 362 60 377
Decimal 242 48 255
Hex F2 30 FF

RGB Percentages of Color #f230ff

%44.40
%8.81
%46.79

CMYK Percentages of Color #f230ff

%5
%81
%0
%0

Triadic Colors of #f230ff

#f230ff #fff230 #30fff2

Analogous Colors of #f230ff

#f230ff #ff30a5 #8b30ff

Monochromatic Colors of #f230ff

#f230ff

Complementary Color

#f230ff #3dff30

#f230ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f230ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f230ff Color CSS Codes

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

#f230ff Text Font Color

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

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


#f230ff Background Color

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

This div background color is #f230ff


#f230ff Border Color

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

This div border color is #f230ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,48,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f230ff

Related Colors


Comments

No comments written yet.

Please login to write comment.