color codes Logo

#f83cad color codes

#F83CAD
(248,60,173)
0 Favorites   0 Comments

Color spaces of #f83cad

RGB 24860173
HSL0.900.930.60
HSV324°76°97°
CMYK 0.000.760.30   0.03
XYZ47.870126.205342.0703
Yxy26.20530.41220.2256
Hunter Lab51.191177.3354-12.8924
CIE-Lab58.231477.8497-17.6843

#f83cad color RGB value is (248,60,173).

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

The process color (four color CMYK) of #f83cad color code is 0.00, 0.76, 0.30, 0.03. Web safe color of #f83cad is #ff3399. Color #f83cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111100 10101101
Octal 370 74 255
Decimal 248 60 173
Hex F8 3C AD

RGB Percentages of Color #f83cad

%51.56
%12.47
%35.97

CMYK Percentages of Color #f83cad

%0
%76
%30
%3

Triadic Colors of #f83cad

#f83cad #adf83c #3cadf8

Analogous Colors of #f83cad

#f83cad #f83c4f #e53cf8

Monochromatic Colors of #f83cad

#f83cad

Complementary Color

#f83cad #3cf887

#f83cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83cad Color CSS Codes

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

#f83cad Text Font Color

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

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


#f83cad Background Color

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

This div background color is #f83cad


#f83cad Border Color

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

This div border color is #f83cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,60,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 #f83cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83cad

Related Colors


Comments

No comments written yet.

Please login to write comment.