Color Hex Logo

#f752cb Color Hex

#F752CB
(247,82,203)
0 Favorites   0 Comments

Color spaces of #f752cb

RGB 24782203
HSL0.880.910.65
HSV316°67°97°
CMYK 0.000.670.18   0.03
XYZ52.154630.120559.5649
Yxy30.12050.36770.2124
Hunter Lab54.882173.5851-25.9313
CIE-Lab61.758174.1796-29.5056

#f752cb color RGB value is (247,82,203).

#f752cb hex color red value is 247, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f752cb hue: 0.88 , saturation: 0.91 and the lightness value of f752cb is 0.65.

The process color (four color CMYK) of #f752cb color hex is 0.00, 0.67, 0.18, 0.03. Web safe color of #f752cb is #ff66cc. Color #f752cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010010 11001011
Octal 367 122 313
Decimal 247 82 203
Hex F7 52 CB

RGB Percentages of Color #f752cb

%46.43
%15.41
%38.16

CMYK Percentages of Color #f752cb

%0
%67
%18
%3

Triadic Colors of #f752cb

#f752cb #cbf752 #52cbf7

Analogous Colors of #f752cb

#f752cb #f75279 #d152f7

Monochromatic Colors of #f752cb

#f752cb

Complementary Color

#f752cb #52f77e

#f752cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f752cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f752cb Color CSS Codes

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

#f752cb Text Font Color

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

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


#f752cb Background Color

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

This div background color is #f752cb


#f752cb Border Color

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

This div border color is #f752cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f752cb


Comments

No comments written yet.

Please login to write comment.