Color Hex Logo

#f377ec Color Hex

#F377EC
(243,119,236)
0 Favorites   0 Comments

Color spaces of #f377ec

RGB 243119236
HSL0.840.840.71
HSV303°51°95°
CMYK 0.000.510.03   0.05
XYZ58.699338.304583.6566
Yxy38.30450.32490.2120
Hunter Lab61.890660.9872-36.8179
CIE-Lab68.244462.6733-37.9304

#f377ec color RGB value is (243,119,236).

#f377ec hex color red value is 243, green value is 119 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f377ec hue: 0.84 , saturation: 0.84 and the lightness value of f377ec is 0.71.

The process color (four color CMYK) of #f377ec color hex is 0.00, 0.51, 0.03, 0.05. Web safe color of #f377ec is #ff66ff. Color #f377ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110111 11101100
Octal 363 167 354
Decimal 243 119 236
Hex F3 77 EC

RGB Percentages of Color #f377ec

%40.64
%19.90
%39.46

CMYK Percentages of Color #f377ec

%0
%51
%3
%5

Triadic Colors of #f377ec

#f377ec #ecf377 #77ecf3

Analogous Colors of #f377ec

#f377ec #f377ae #bc77f3

Monochromatic Colors of #f377ec

#f377ec

Complementary Color

#f377ec #77f37e

#f377ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f377ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f377ec Color CSS Codes

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

#f377ec Text Font Color

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

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


#f377ec Background Color

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

This div background color is #f377ec


#f377ec Border Color

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

This div border color is #f377ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f377ec


Comments

No comments written yet.

Please login to write comment.