color codes Logo

#f521be color codes

#F521BE
(245,33,190)
0 Favorites   0 Comments

Color spaces of #f521be

RGB 24533190
HSL0.880.910.55
HSV316°87°96°
CMYK 0.000.870.22   0.04
XYZ47.494324.217950.8865
Yxy24.21790.38740.1975
Hunter Lab49.211786.1503-26.8596
CIE-Lab56.305385.1082-30.5425

#f521be color RGB value is (245,33,190).

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

The process color (four color CMYK) of #f521be color code is 0.00, 0.87, 0.22, 0.04. Web safe color of #f521be is #ff33cc. Color #f521be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100001 10111110
Octal 365 41 276
Decimal 245 33 190
Hex F5 21 BE

RGB Percentages of Color #f521be

%52.35
%7.05
%40.60

CMYK Percentages of Color #f521be

%0
%87
%22
%4

Triadic Colors of #f521be

#f521be #bef521 #21bef5

Analogous Colors of #f521be

#f521be #f52154 #c221f5

Monochromatic Colors of #f521be

#f521be

Complementary Color

#f521be #21f558

#f521be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f521be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f521be Color CSS Codes

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

#f521be Text Font Color

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

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


#f521be Background Color

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

This div background color is #f521be


#f521be Border Color

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

This div border color is #f521be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f521be


Comments

No comments written yet.

Please login to write comment.