Color Hex Logo

#f381cb Color Hex

#F381CB
(243,129,203)
0 Favorites   0 Comments

Color spaces of #f381cb

RGB 243129203
HSL0.890.830.73
HSV321°47°95°
CMYK 0.000.470.16   0.05
XYZ55.591939.067061.1106
Yxy39.06700.35690.2508
Hunter Lab62.503649.3800-14.2161
CIE-Lab68.799852.6295-18.7675

#f381cb color RGB value is (243,129,203).

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

The process color (four color CMYK) of #f381cb color hex is 0.00, 0.47, 0.16, 0.05. Web safe color of #f381cb is #ff99cc. Color #f381cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000001 11001011
Octal 363 201 313
Decimal 243 129 203
Hex F3 81 CB

RGB Percentages of Color #f381cb

%42.26
%22.43
%35.30

CMYK Percentages of Color #f381cb

%0
%47
%16
%5

Triadic Colors of #f381cb

#f381cb #cbf381 #81cbf3

Analogous Colors of #f381cb

#f381cb #f38192 #e281f3

Monochromatic Colors of #f381cb

#f381cb

Complementary Color

#f381cb #81f3a9

#f381cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f381cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f381cb Color CSS Codes

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

#f381cb Text Font Color

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

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


#f381cb Background Color

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

This div background color is #f381cb


#f381cb Border Color

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

This div border color is #f381cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f381cb


Comments

No comments written yet.

Please login to write comment.