Color Hex Logo

#f430ee Color Hex

#F430EE
(244,48,238)
0 Favorites   0 Comments

Color spaces of #f430ee

RGB 24448238
HSL0.840.900.57
HSV302°80°96°
CMYK 0.000.800.02   0.04
XYZ53.797827.520083.3654
Yxy27.52000.32670.1671
Hunter Lab52.459591.2496-57.4983
CIE-Lab59.452688.3716-52.8760

#f430ee color RGB value is (244,48,238).

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

The process color (four color CMYK) of #f430ee color hex is 0.00, 0.80, 0.02, 0.04. Web safe color of #f430ee is #ff33ff. Color #f430ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 11101110
Octal 364 60 356
Decimal 244 48 238
Hex F4 30 EE

RGB Percentages of Color #f430ee

%46.04
%9.06
%44.91

CMYK Percentages of Color #f430ee

%0
%80
%2
%4

Triadic Colors of #f430ee

#f430ee #eef430 #30eef4

Analogous Colors of #f430ee

#f430ee #f4308c #9830f4

Monochromatic Colors of #f430ee

#f430ee

Complementary Color

#f430ee #30f436

#f430ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f430ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f430ee Color CSS Codes

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

#f430ee Text Font Color

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

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


#f430ee Background Color

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

This div background color is #f430ee


#f430ee Border Color

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

This div border color is #f430ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f430ee


Comments

No comments written yet.

Please login to write comment.