Color Hex Logo

#f738fd Color Hex

#F738FD
(247,56,253)
0 Favorites   0 Comments

Color spaces of #f738fd

RGB 24756253
HSL0.830.980.61
HSV298°78°99°
CMYK 0.020.780.00   0.01
XYZ57.501629.694495.6294
Yxy29.69440.31450.1624
Hunter Lab54.492692.9946-65.9036
CIE-Lab61.389689.3040-58.1012

#f738fd color RGB value is (247,56,253).

#f738fd hex color red value is 247, green value is 56 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f738fd hue: 0.83 , saturation: 0.98 and the lightness value of f738fd is 0.61.

The process color (four color CMYK) of #f738fd color hex is 0.02, 0.78, 0.00, 0.01. Web safe color of #f738fd is #ff33ff. Color #f738fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111000 11111101
Octal 367 70 375
Decimal 247 56 253
Hex F7 38 FD

RGB Percentages of Color #f738fd

%44.42
%10.07
%45.50

CMYK Percentages of Color #f738fd

%2
%78
%0
%1

Triadic Colors of #f738fd

#f738fd #fdf738 #38fdf7

Analogous Colors of #f738fd

#f738fd #fd38a1 #9538fd

Monochromatic Colors of #f738fd

#f738fd

Complementary Color

#f738fd #3efd38

#f738fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f738fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f738fd Color CSS Codes

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

#f738fd Text Font Color

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

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


#f738fd Background Color

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

This div background color is #f738fd


#f738fd Border Color

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

This div border color is #f738fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,56,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f738fd

Related Colors


Comments

No comments written yet.

Please login to write comment.