Color Hex Logo

#f374ef Color Hex

#F374EF
(243,116,239)
0 Favorites   0 Comments

Color spaces of #f374ef

RGB 243116239
HSL0.840.840.70
HSV302°52°95°
CMYK 0.000.520.02   0.05
XYZ58.787537.777585.8547
Yxy37.77750.32230.2071
Hunter Lab61.463463.1678-39.7944
CIE-Lab67.856364.5595-40.1901

#f374ef color RGB value is (243,116,239).

#f374ef hex color red value is 243, green value is 116 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f374ef hue: 0.84 , saturation: 0.84 and the lightness value of f374ef is 0.70.

The process color (four color CMYK) of #f374ef color hex is 0.00, 0.52, 0.02, 0.05. Web safe color of #f374ef is #ff66ff. Color #f374ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110100 11101111
Octal 363 164 357
Decimal 243 116 239
Hex F3 74 EF

RGB Percentages of Color #f374ef

%40.64
%19.40
%39.97

CMYK Percentages of Color #f374ef

%0
%52
%2
%5

Triadic Colors of #f374ef

#f374ef #eff374 #74eff3

Analogous Colors of #f374ef

#f374ef #f374b0 #b874f3

Monochromatic Colors of #f374ef

#f374ef

Complementary Color

#f374ef #74f378

#f374ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f374ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f374ef Color CSS Codes

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

#f374ef Text Font Color

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

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


#f374ef Background Color

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

This div background color is #f374ef


#f374ef Border Color

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

This div border color is #f374ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,116,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f374ef


Comments

No comments written yet.

Please login to write comment.