Color Hex Logo

#cb467b Color Hex

#CB467B
(203,70,123)
0 Favorites   0 Comments

Color spaces of #cb467b

RGB 20370123
HSL0.930.560.54
HSV336°66°80°
CMYK 0.000.660.39   0.20
XYZ30.393918.506920.7091
Yxy18.50690.43660.2659
Hunter Lab43.019650.82801.5723
CIE-Lab50.105256.9796-1.0429

#cb467b color RGB value is (203,70,123).

#cb467b hex color red value is 203, green value is 70 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cb467b hue: 0.93 , saturation: 0.56 and the lightness value of cb467b is 0.54.

The process color (four color CMYK) of #cb467b color hex is 0.00, 0.66, 0.39, 0.20. Web safe color of #cb467b is #cc3366. Color #cb467b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 01111011
Octal 313 106 173
Decimal 203 70 123
Hex CB 46 7B

RGB Percentages of Color #cb467b

%51.26
%17.68
%31.06

CMYK Percentages of Color #cb467b

%0
%66
%39
%20

Triadic Colors of #cb467b

#cb467b #7bcb46 #467bcb

Analogous Colors of #cb467b

#cb467b #cb5446 #cb46be

Monochromatic Colors of #cb467b

#cb467b

Complementary Color

#cb467b #46cb96

#cb467b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb467b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb467b Color CSS Codes

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

#cb467b Text Font Color

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

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


#cb467b Background Color

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

This div background color is #cb467b


#cb467b Border Color

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

This div border color is #cb467b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb467b


Comments

No comments written yet.

Please login to write comment.