Color Hex Logo

#f536cd Color Hex

#F536CD
(245,54,205)
0 Favorites   0 Comments

Color spaces of #f536cd

RGB 24554205
HSL0.870.910.59
HSV313°78°96°
CMYK 0.000.780.16   0.04
XYZ49.994826.458660.2296
Yxy26.45860.36580.1936
Hunter Lab51.437983.4757-33.4172
CIE-Lab58.469882.6227-35.7811

#f536cd color RGB value is (245,54,205).

#f536cd hex color red value is 245, green value is 54 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f536cd hue: 0.87 , saturation: 0.91 and the lightness value of f536cd is 0.59.

The process color (four color CMYK) of #f536cd color hex is 0.00, 0.78, 0.16, 0.04. Web safe color of #f536cd is #ff33cc. Color #f536cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110110 11001101
Octal 365 66 315
Decimal 245 54 205
Hex F5 36 CD

RGB Percentages of Color #f536cd

%48.61
%10.71
%40.67

CMYK Percentages of Color #f536cd

%0
%78
%16
%4

Triadic Colors of #f536cd

#f536cd #cdf536 #36cdf5

Analogous Colors of #f536cd

#f536cd #f5366e #be36f5

Monochromatic Colors of #f536cd

#f536cd

Complementary Color

#f536cd #36f55e

#f536cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f536cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f536cd Color CSS Codes

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

#f536cd Text Font Color

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

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


#f536cd Background Color

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

This div background color is #f536cd


#f536cd Border Color

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

This div border color is #f536cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f536cd

Related Colors


Comments

No comments written yet.

Please login to write comment.