Color Hex Logo

#cb386d Color Hex

#CB386D
(203,56,109)
0 Favorites   0 Comments

Color spaces of #cb386d

RGB 20356109
HSL0.940.590.51
HSV338°72°80°
CMYK 0.000.720.46   0.20
XYZ28.803116.629016.1596
Yxy16.62900.46760.2700
Hunter Lab40.778754.71685.0499
CIE-Lab47.789160.89034.0916

#cb386d color RGB value is (203,56,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111000 01101101
Octal 313 70 155
Decimal 203 56 109
Hex CB 38 6D

RGB Percentages of Color #cb386d

%55.16
%15.22
%29.62

CMYK Percentages of Color #cb386d

%0
%72
%46
%20

Triadic Colors of #cb386d

#cb386d #6dcb38 #386dcb

Analogous Colors of #cb386d

#cb386d #cb4d38 #cb38b7

Monochromatic Colors of #cb386d

#cb386d

Complementary Color

#cb386d #38cb96

#cb386d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb386d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb386d Color CSS Codes

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

#cb386d Text Font Color

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

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


#cb386d Background Color

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

This div background color is #cb386d


#cb386d Border Color

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

This div border color is #cb386d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb386d


Comments

No comments written yet.

Please login to write comment.