Color Hex Logo

#f526cd Color Hex

#F526CD
(245,38,205)
0 Favorites   0 Comments

Color spaces of #f526cd

RGB 24538205
HSL0.870.910.55
HSV312°84°96°
CMYK 0.000.840.16   0.04
XYZ49.368725.206560.0209
Yxy25.20650.36680.1873
Hunter Lab50.206187.6622-35.7364
CIE-Lab57.276186.0762-37.6495

#f526cd color RGB value is (245,38,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100110 11001101
Octal 365 46 315
Decimal 245 38 205
Hex F5 26 CD

RGB Percentages of Color #f526cd

%50.20
%7.79
%42.01

CMYK Percentages of Color #f526cd

%0
%84
%16
%4

Triadic Colors of #f526cd

#f526cd #cdf526 #26cdf5

Analogous Colors of #f526cd

#f526cd #f52666 #b626f5

Monochromatic Colors of #f526cd

#f526cd

Complementary Color

#f526cd #26f54e

#f526cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f526cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f526cd Color CSS Codes

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

#f526cd Text Font Color

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

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


#f526cd Background Color

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

This div background color is #f526cd


#f526cd Border Color

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

This div border color is #f526cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f526cd


Comments

No comments written yet.

Please login to write comment.