Color Hex Logo

#f713cb Color Hex

#F713CB
(247,19,203)
0 Favorites   0 Comments

Color spaces of #f713cb

RGB 24719203
HSL0.870.930.52
HSV312°92°97°
CMYK 0.000.920.18   0.03
XYZ49.370124.551758.6368
Yxy24.55170.37240.1852
Hunter Lab49.549791.1412-35.4787
CIE-Lab56.636088.8390-37.4827

#f713cb color RGB value is (247,19,203).

#f713cb hex color red value is 247, green value is 19 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f713cb hue: 0.87 , saturation: 0.93 and the lightness value of f713cb is 0.52.

The process color (four color CMYK) of #f713cb color hex is 0.00, 0.92, 0.18, 0.03. Web safe color of #f713cb is #ff00cc. Color #f713cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010011 11001011
Octal 367 23 313
Decimal 247 19 203
Hex F7 13 CB

RGB Percentages of Color #f713cb

%52.67
%4.05
%43.28

CMYK Percentages of Color #f713cb

%0
%92
%18
%3

Triadic Colors of #f713cb

#f713cb #cbf713 #13cbf7

Analogous Colors of #f713cb

#f713cb #f71359 #b113f7

Monochromatic Colors of #f713cb

#f713cb

Complementary Color

#f713cb #13f73f

#f713cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f713cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f713cb Color CSS Codes

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

#f713cb Text Font Color

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

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


#f713cb Background Color

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

This div background color is #f713cb


#f713cb Border Color

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

This div border color is #f713cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f713cb


Comments

No comments written yet.

Please login to write comment.