Color Hex Logo

#f330ee Color Hex

#F330EE
(243,48,238)
0 Favorites   0 Comments

Color spaces of #f330ee

RGB 24348238
HSL0.840.890.57
HSV302°80°95°
CMYK 0.000.800.02   0.05
XYZ53.451727.341683.3492
Yxy27.34160.32560.1666
Hunter Lab52.289290.9624-57.9061
CIE-Lab59.289288.1870-53.1458

#f330ee color RGB value is (243,48,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110000 11101110
Octal 363 60 356
Decimal 243 48 238
Hex F3 30 EE

RGB Percentages of Color #f330ee

%45.94
%9.07
%44.99

CMYK Percentages of Color #f330ee

%0
%80
%2
%5

Triadic Colors of #f330ee

#f330ee #eef330 #30eef3

Analogous Colors of #f330ee

#f330ee #f3308d #9730f3

Monochromatic Colors of #f330ee

#f330ee

Complementary Color

#f330ee #30f335

#f330ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f330ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f330ee Color CSS Codes

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

#f330ee Text Font Color

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

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


#f330ee Background Color

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

This div background color is #f330ee


#f330ee Border Color

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

This div border color is #f330ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f330ee


Comments

No comments written yet.

Please login to write comment.