Color Hex Logo

#f838ba Color Hex

#F838BA
(248,56,186)
0 Favorites   0 Comments

Color spaces of #f838ba

RGB 24856186
HSL0.890.930.60
HSV319°77°97°
CMYK 0.000.770.25   0.03
XYZ48.988526.330048.9546
Yxy26.33000.39420.2119
Hunter Lab51.312880.6173-20.6463
CIE-Lab58.349080.4173-25.0294

#f838ba color RGB value is (248,56,186).

#f838ba hex color red value is 248, green value is 56 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f838ba hue: 0.89 , saturation: 0.93 and the lightness value of f838ba is 0.60.

The process color (four color CMYK) of #f838ba color hex is 0.00, 0.77, 0.25, 0.03. Web safe color of #f838ba is #ff33cc. Color #f838ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111000 10111010
Octal 370 70 272
Decimal 248 56 186
Hex F8 38 BA

RGB Percentages of Color #f838ba

%50.61
%11.43
%37.96

CMYK Percentages of Color #f838ba

%0
%77
%25
%3

Triadic Colors of #f838ba

#f838ba #baf838 #38baf8

Analogous Colors of #f838ba

#f838ba #f8385a #d638f8

Monochromatic Colors of #f838ba

#f838ba

Complementary Color

#f838ba #38f876

#f838ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f838ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f838ba Color CSS Codes

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

#f838ba Text Font Color

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

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


#f838ba Background Color

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

This div background color is #f838ba


#f838ba Border Color

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

This div border color is #f838ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,56,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f838ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f838ba;
  -webkit-box-shadow: 1px 1px 3px 2px #f838ba;
  box-shadow:         1px 1px 3px 2px #f838ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,56,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f838ba


Comments

No comments written yet.

Please login to write comment.