Color Hex Logo

#f534cd Color Hex

#F534CD
(245,52,205)
0 Favorites   0 Comments

Color spaces of #f534cd

RGB 24552205
HSL0.870.910.58
HSV312°79°96°
CMYK 0.000.790.16   0.04
XYZ49.903626.276260.1992
Yxy26.27620.36590.1927
Hunter Lab51.260384.0701-33.7469
CIE-Lab58.298383.1165-36.0492

#f534cd color RGB value is (245,52,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110100 11001101
Octal 365 64 315
Decimal 245 52 205
Hex F5 34 CD

RGB Percentages of Color #f534cd

%48.80
%10.36
%40.84

CMYK Percentages of Color #f534cd

%0
%79
%16
%4

Triadic Colors of #f534cd

#f534cd #cdf534 #34cdf5

Analogous Colors of #f534cd

#f534cd #f5346d #bd34f5

Monochromatic Colors of #f534cd

#f534cd

Complementary Color

#f534cd #34f55c

#f534cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f534cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f534cd Color CSS Codes

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

#f534cd Text Font Color

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

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


#f534cd Background Color

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

This div background color is #f534cd


#f534cd Border Color

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

This div border color is #f534cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f534cd


Comments

No comments written yet.

Please login to write comment.