Color Hex Logo

#cb386e Color Hex

#CB386E
(203,56,110)
0 Favorites   0 Comments

Color spaces of #cb386e

RGB 20356110
HSL0.940.590.51
HSV338°72°80°
CMYK 0.000.720.46   0.20
XYZ28.857216.650616.4448
Yxy16.65060.46580.2688
Hunter Lab40.805154.82534.6693
CIE-Lab47.816760.98153.5199

#cb386e color RGB value is (203,56,110).

#cb386e hex color red value is 203, green value is 56 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cb386e hue: 0.94 , saturation: 0.59 and the lightness value of cb386e is 0.51.

The process color (four color CMYK) of #cb386e color hex is 0.00, 0.72, 0.46, 0.20. Web safe color of #cb386e is #cc3366. Color #cb386e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111000 01101110
Octal 313 70 156
Decimal 203 56 110
Hex CB 38 6E

RGB Percentages of Color #cb386e

%55.01
%15.18
%29.81

CMYK Percentages of Color #cb386e

%0
%72
%46
%20

Triadic Colors of #cb386e

#cb386e #6ecb38 #386ecb

Analogous Colors of #cb386e

#cb386e #cb4c38 #cb38b8

Monochromatic Colors of #cb386e

#cb386e

Complementary Color

#cb386e #38cb95

#cb386e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb386e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb386e Color CSS Codes

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

#cb386e Text Font Color

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

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


#cb386e Background Color

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

This div background color is #cb386e


#cb386e Border Color

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

This div border color is #cb386e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb386e


Comments

No comments written yet.

Please login to write comment.