Color Hex Logo

#f525cb Color Hex

#F525CB
(245,37,203)
0 Favorites   0 Comments

Color spaces of #f525cb

RGB 24537203
HSL0.870.910.55
HSV312°85°96°
CMYK 0.000.850.17   0.04
XYZ49.097225.047458.7468
Yxy25.04740.36950.1885
Hunter Lab50.047487.5282-34.5628
CIE-Lab57.121686.0040-36.7472

#f525cb color RGB value is (245,37,203).

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

The process color (four color CMYK) of #f525cb color hex is 0.00, 0.85, 0.17, 0.04. Web safe color of #f525cb is #ff33cc. Color #f525cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100101 11001011
Octal 365 45 313
Decimal 245 37 203
Hex F5 25 CB

RGB Percentages of Color #f525cb

%50.52
%7.63
%41.86

CMYK Percentages of Color #f525cb

%0
%85
%17
%4

Triadic Colors of #f525cb

#f525cb #cbf525 #25cbf5

Analogous Colors of #f525cb

#f525cb #f52563 #b725f5

Monochromatic Colors of #f525cb

#f525cb

Complementary Color

#f525cb #25f54f

#f525cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f525cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f525cb Color CSS Codes

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

#f525cb Text Font Color

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

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


#f525cb Background Color

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

This div background color is #f525cb


#f525cb Border Color

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

This div border color is #f525cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f525cb

Related Colors


Comments

No comments written yet.

Please login to write comment.