Color Hex Logo

#ff7bdd Color Hex

#FF7BDD
(255,123,221)
0 Favorites   0 Comments

Color spaces of #ff7bdd

RGB 255123221
HSL0.881.000.74
HSV315°52°100°
CMYK 0.000.520.13   0.00
XYZ61.374140.646473.0174
Yxy40.64640.35060.2322
Hunter Lab63.754560.2648-23.2761
CIE-Lab69.927561.7906-26.9086

#ff7bdd color RGB value is (255,123,221).

#ff7bdd hex color red value is 255, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ff7bdd hue: 0.88 , saturation: 1.00 and the lightness value of ff7bdd is 0.74.

The process color (four color CMYK) of #ff7bdd color hex is 0.00, 0.52, 0.13, 0.00. Web safe color of #ff7bdd is #ff66cc. Color #ff7bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111011 11011101
Octal 377 173 335
Decimal 255 123 221
Hex FF 7B DD

RGB Percentages of Color #ff7bdd

%42.57
%20.53
%36.89

CMYK Percentages of Color #ff7bdd

%0
%52
%13
%0

Triadic Colors of #ff7bdd

#ff7bdd #ddff7b #7bddff

Analogous Colors of #ff7bdd

#ff7bdd #ff7b9b #df7bff

Monochromatic Colors of #ff7bdd

#ff7bdd

Complementary Color

#ff7bdd #7bff9d

#ff7bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7bdd Color CSS Codes

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

#ff7bdd Text Font Color

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

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


#ff7bdd Background Color

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

This div background color is #ff7bdd


#ff7bdd Border Color

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

This div border color is #ff7bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,123,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff7bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff7bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #ff7bdd;
  box-shadow:         1px 1px 3px 2px #ff7bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,123,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7bdd

Related Colors

#ff7bdd Color Palettes


Comments

No comments written yet.

Please login to write comment.