Color Hex Logo

#cb567b Color Hex

#CB567B
(203,86,123)
0 Favorites   0 Comments

Color spaces of #cb567b

RGB 20386123
HSL0.950.530.57
HSV341°58°80°
CMYK 0.000.580.39   0.20
XYZ31.531520.782121.0884
Yxy20.78210.42960.2831
Hunter Lab45.587443.68544.4840
CIE-Lab52.710249.96502.7504

#cb567b color RGB value is (203,86,123).

#cb567b hex color red value is 203, green value is 86 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cb567b hue: 0.95 , saturation: 0.53 and the lightness value of cb567b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010110 01111011
Octal 313 126 173
Decimal 203 86 123
Hex CB 56 7B

RGB Percentages of Color #cb567b

%49.27
%20.87
%29.85

CMYK Percentages of Color #cb567b

%0
%58
%39
%20

Triadic Colors of #cb567b

#cb567b #7bcb56 #567bcb

Analogous Colors of #cb567b

#cb567b #cb6c56 #cb56b6

Monochromatic Colors of #cb567b

#cb567b

Complementary Color

#cb567b #56cba6

#cb567b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb567b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb567b Color CSS Codes

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

#cb567b Text Font Color

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

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


#cb567b Background Color

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

This div background color is #cb567b


#cb567b Border Color

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

This div border color is #cb567b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb567b


Comments

No comments written yet.

Please login to write comment.