Color Hex Logo

#ffb3cb Color Hex

#FFB3CB
(255,179,203)
2 Favorites   0 Comments

Color spaces of #ffb3cb

RGB 255179203
HSL0.951.000.85
HSV341°30°100°
CMYK 0.000.300.20   0.00
XYZ68.139657.812064.0674
Yxy57.81200.35860.3042
Hunter Lab76.034226.90663.2654
CIE-Lab80.634230.9707-0.9823

#ffb3cb color RGB value is (255,179,203).

#ffb3cb hex color red value is 255, green value is 179 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ffb3cb hue: 0.95 , saturation: 1.00 and the lightness value of ffb3cb is 0.85.

The process color (four color CMYK) of #ffb3cb color hex is 0.00, 0.30, 0.20, 0.00. Web safe color of #ffb3cb is #ffcccc. Color #ffb3cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 11001011
Octal 377 263 313
Decimal 255 179 203
Hex FF B3 CB

RGB Percentages of Color #ffb3cb

%40.03
%28.10
%31.87

CMYK Percentages of Color #ffb3cb

%0
%30
%20
%0

Triadic Colors of #ffb3cb

#ffb3cb #cbffb3 #b3cbff

Analogous Colors of #ffb3cb

#ffb3cb #ffc1b3 #ffb3f1

Monochromatic Colors of #ffb3cb

#ffb3cb

Complementary Color

#ffb3cb #b3ffe7

#ffb3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb3cb Color CSS Codes

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

#ffb3cb Text Font Color

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

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


#ffb3cb Background Color

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

This div background color is #ffb3cb


#ffb3cb Border Color

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

This div border color is #ffb3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb3cb

Related Colors


Comments

No comments written yet.

Please login to write comment.