Color Hex Logo

#f536ca Color Hex

#F536CA
(245,54,202)
0 Favorites   0 Comments

Color spaces of #f536ca

RGB 24554202
HSL0.870.910.59
HSV314°78°96°
CMYK 0.000.780.18   0.04
XYZ49.636026.315158.3403
Yxy26.31510.36960.1960
Hunter Lab51.298282.9440-31.5204
CIE-Lab58.334982.2362-34.2788

#f536ca color RGB value is (245,54,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110110 11001010
Octal 365 66 312
Decimal 245 54 202
Hex F5 36 CA

RGB Percentages of Color #f536ca

%48.90
%10.78
%40.32

CMYK Percentages of Color #f536ca

%0
%78
%18
%4

Triadic Colors of #f536ca

#f536ca #caf536 #36caf5

Analogous Colors of #f536ca

#f536ca #f5366b #c136f5

Monochromatic Colors of #f536ca

#f536ca

Complementary Color

#f536ca #36f561

#f536ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f536ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f536ca Color CSS Codes

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

#f536ca Text Font Color

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

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


#f536ca Background Color

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

This div background color is #f536ca


#f536ca Border Color

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

This div border color is #f536ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,54,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f536ca

Related Colors


Comments

No comments written yet.

Please login to write comment.