Color Hex Logo

#f535cd Color Hex

#F535CD
(245,53,205)
0 Favorites   0 Comments

Color spaces of #f535cd

RGB 24553205
HSL0.870.910.58
HSV313°78°96°
CMYK 0.000.780.16   0.04
XYZ49.948726.366560.2143
Yxy26.36650.36580.1931
Hunter Lab51.348383.7750-33.5834
CIE-Lab58.383382.8715-35.9164

#f535cd color RGB value is (245,53,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110101 11001101
Octal 365 65 315
Decimal 245 53 205
Hex F5 35 CD

RGB Percentages of Color #f535cd

%48.71
%10.54
%40.76

CMYK Percentages of Color #f535cd

%0
%78
%16
%4

Triadic Colors of #f535cd

#f535cd #cdf535 #35cdf5

Analogous Colors of #f535cd

#f535cd #f5356d #bd35f5

Monochromatic Colors of #f535cd

#f535cd

Complementary Color

#f535cd #35f55d

#f535cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f535cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f535cd Color CSS Codes

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

#f535cd Text Font Color

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

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


#f535cd Background Color

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

This div background color is #f535cd


#f535cd Border Color

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

This div border color is #f535cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f535cd


Comments

No comments written yet.

Please login to write comment.