Color Hex Logo

#cb556b Color Hex

#CB556B
(203,85,107)
0 Favorites   0 Comments

Color spaces of #cb556b

RGB 20385107
HSL0.970.530.56
HSV349°58°80°
CMYK 0.000.580.47   0.20
XYZ30.530920.255016.2104
Yxy20.25500.45570.3023
Hunter Lab45.005642.331210.1484
CIE-Lab52.124348.789711.4552

#cb556b color RGB value is (203,85,107).

#cb556b hex color red value is 203, green value is 85 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cb556b hue: 0.97 , saturation: 0.53 and the lightness value of cb556b is 0.56.

The process color (four color CMYK) of #cb556b color hex is 0.00, 0.58, 0.47, 0.20. Web safe color of #cb556b is #cc6666. Color #cb556b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010101 01101011
Octal 313 125 153
Decimal 203 85 107
Hex CB 55 6B

RGB Percentages of Color #cb556b

%51.39
%21.52
%27.09

CMYK Percentages of Color #cb556b

%0
%58
%47
%20

Triadic Colors of #cb556b

#cb556b #6bcb55 #556bcb

Analogous Colors of #cb556b

#cb556b #cb7a55 #cb55a6

Monochromatic Colors of #cb556b

#cb556b

Complementary Color

#cb556b #55cbb5

#cb556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb556b Color CSS Codes

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

#cb556b Text Font Color

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

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


#cb556b Background Color

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

This div background color is #cb556b


#cb556b Border Color

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

This div border color is #cb556b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,85,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb556b


Comments

No comments written yet.

Please login to write comment.