Color Hex Logo

#fd27bf Color Hex

#FD27BF
(253,39,191)
0 Favorites   0 Comments

Color spaces of #fd27bf

RGB 25339191
HSL0.880.980.57
HSV317°85°99°
CMYK 0.000.850.25   0.01
XYZ50.637526.095351.6582
Yxy26.09530.39440.2032
Hunter Lab51.083687.5451-24.1985
CIE-Lab58.127485.8208-28.1816

#fd27bf color RGB value is (253,39,191).

#fd27bf hex color red value is 253, green value is 39 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fd27bf hue: 0.88 , saturation: 0.98 and the lightness value of fd27bf is 0.57.

The process color (four color CMYK) of #fd27bf color hex is 0.00, 0.85, 0.25, 0.01. Web safe color of #fd27bf is #ff33cc. Color #fd27bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100111 10111111
Octal 375 47 277
Decimal 253 39 191
Hex FD 27 BF

RGB Percentages of Color #fd27bf

%52.38
%8.07
%39.54

CMYK Percentages of Color #fd27bf

%0
%85
%25
%1

Triadic Colors of #fd27bf

#fd27bf #bffd27 #27bffd

Analogous Colors of #fd27bf

#fd27bf #fd2754 #d027fd

Monochromatic Colors of #fd27bf

#fd27bf

Complementary Color

#fd27bf #27fd65

#fd27bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd27bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd27bf Color CSS Codes

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

#fd27bf Text Font Color

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

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


#fd27bf Background Color

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

This div background color is #fd27bf


#fd27bf Border Color

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

This div border color is #fd27bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd27bf

Related Colors


Comments

No comments written yet.

Please login to write comment.