Color Hex Logo

#f838cd Color Hex

#F838CD
(248,56,205)
0 Favorites   0 Comments

Color spaces of #f838cd

RGB 24856205
HSL0.870.930.60
HSV313°77°97°
CMYK 0.000.770.17   0.03
XYZ51.145027.192660.3107
Yxy27.19260.36890.1961
Hunter Lab52.146583.8153-32.0700
CIE-Lab59.152282.7533-34.6783

#f838cd color RGB value is (248,56,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111000 11001101
Octal 370 70 315
Decimal 248 56 205
Hex F8 38 CD

RGB Percentages of Color #f838cd

%48.72
%11.00
%40.28

CMYK Percentages of Color #f838cd

%0
%77
%17
%3

Triadic Colors of #f838cd

#f838cd #cdf838 #38cdf8

Analogous Colors of #f838cd

#f838cd #f8386d #c338f8

Monochromatic Colors of #f838cd

#f838cd

Complementary Color

#f838cd #38f863

#f838cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f838cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f838cd Color CSS Codes

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

#f838cd Text Font Color

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

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


#f838cd Background Color

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

This div background color is #f838cd


#f838cd Border Color

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

This div border color is #f838cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f838cd


Comments

No comments written yet.

Please login to write comment.