Color Hex Logo

#f530cb Color Hex

#F530CB
(245,48,203)
0 Favorites   0 Comments

Color spaces of #f530cb

RGB 24548203
HSL0.870.910.57
HSV313°80°96°
CMYK 0.000.800.17   0.04
XYZ49.492625.838258.8786
Yxy25.83820.36880.1925
Hunter Lab50.831384.8443-33.0945
CIE-Lab57.883283.7955-35.5558

#f530cb color RGB value is (245,48,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110000 11001011
Octal 365 60 313
Decimal 245 48 203
Hex F5 30 CB

RGB Percentages of Color #f530cb

%49.40
%9.68
%40.93

CMYK Percentages of Color #f530cb

%0
%80
%17
%4

Triadic Colors of #f530cb

#f530cb #cbf530 #30cbf5

Analogous Colors of #f530cb

#f530cb #f53069 #bd30f5

Monochromatic Colors of #f530cb

#f530cb

Complementary Color

#f530cb #30f55a

#f530cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f530cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f530cb Color CSS Codes

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

#f530cb Text Font Color

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

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


#f530cb Background Color

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

This div background color is #f530cb


#f530cb Border Color

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

This div border color is #f530cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f530cb


Comments

No comments written yet.

Please login to write comment.