Color Hex Logo

#f381ad Color Hex

#F381AD
(243,129,173)
0 Favorites   0 Comments

Color spaces of #f381ad

RGB 243129173
HSL0.940.830.73
HSV337°47°95°
CMYK 0.000.470.29   0.05
XYZ52.355237.772344.0665
Yxy37.77230.39010.2815
Hunter Lab61.459244.50520.5102
CIE-Lab67.852548.4348-3.3647

#f381ad color RGB value is (243,129,173).

#f381ad hex color red value is 243, green value is 129 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f381ad hue: 0.94 , saturation: 0.83 and the lightness value of f381ad is 0.73.

The process color (four color CMYK) of #f381ad color hex is 0.00, 0.47, 0.29, 0.05. Web safe color of #f381ad is #ff9999. Color #f381ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000001 10101101
Octal 363 201 255
Decimal 243 129 173
Hex F3 81 AD

RGB Percentages of Color #f381ad

%44.59
%23.67
%31.74

CMYK Percentages of Color #f381ad

%0
%47
%29
%5

Triadic Colors of #f381ad

#f381ad #adf381 #81adf3

Analogous Colors of #f381ad

#f381ad #f38e81 #f381e6

Monochromatic Colors of #f381ad

#f381ad

Complementary Color

#f381ad #81f3c7

#f381ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f381ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f381ad Color CSS Codes

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

#f381ad Text Font Color

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

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


#f381ad Background Color

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

This div background color is #f381ad


#f381ad Border Color

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

This div border color is #f381ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f381ad


Comments

No comments written yet.

Please login to write comment.