Color Hex Logo

#ffb7ea Color Hex

#FFB7EA
(255,183,234)
0 Favorites   0 Comments

Color spaces of #ffb7ea

RGB 255183234
HSL0.881.000.86
HSV318°28°100°
CMYK 0.000.280.08   0.00
XYZ73.024861.067585.7803
Yxy61.06750.33210.2777
Hunter Lab78.145730.0479-10.3805
CIE-Lab82.415033.7430-15.0355

#ffb7ea color RGB value is (255,183,234).

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

The process color (four color CMYK) of #ffb7ea color hex is 0.00, 0.28, 0.08, 0.00. Web safe color of #ffb7ea is #ffccff. Color #ffb7ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110111 11101010
Octal 377 267 352
Decimal 255 183 234
Hex FF B7 EA

RGB Percentages of Color #ffb7ea

%37.95
%27.23
%34.82

CMYK Percentages of Color #ffb7ea

%0
%28
%8
%0

Triadic Colors of #ffb7ea

#ffb7ea #eaffb7 #b7eaff

Analogous Colors of #ffb7ea

#ffb7ea #ffb7c6 #f0b7ff

Monochromatic Colors of #ffb7ea

#ffb7ea

Complementary Color

#ffb7ea #b7ffcc

#ffb7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb7ea Color CSS Codes

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

#ffb7ea Text Font Color

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

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


#ffb7ea Background Color

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

This div background color is #ffb7ea


#ffb7ea Border Color

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

This div border color is #ffb7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb7ea

#ffb7ea Color Palettes


Comments

No comments written yet.

Please login to write comment.