Color Hex Logo

#cb389e Color Hex

#CB389E
(203,56,158)
0 Favorites   0 Comments

Color spaces of #cb389e

RGB 20356158
HSL0.880.590.51
HSV318°72°80°
CMYK 0.000.720.22   0.20
XYZ32.214317.993534.1230
Yxy17.99350.38200.2134
Hunter Lab42.418761.3264-18.0017
CIE-Lab49.488266.3334-22.9391

#cb389e color RGB value is (203,56,158).

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

The process color (four color CMYK) of #cb389e color hex is 0.00, 0.72, 0.22, 0.20. Web safe color of #cb389e is #cc3399. Color #cb389e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111000 10011110
Octal 313 70 236
Decimal 203 56 158
Hex CB 38 9E

RGB Percentages of Color #cb389e

%48.68
%13.43
%37.89

CMYK Percentages of Color #cb389e

%0
%72
%22
%20

Triadic Colors of #cb389e

#cb389e #9ecb38 #389ecb

Analogous Colors of #cb389e

#cb389e #cb3854 #af38cb

Monochromatic Colors of #cb389e

#cb389e

Complementary Color

#cb389e #38cb65

#cb389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb389e Color CSS Codes

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

#cb389e Text Font Color

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

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


#cb389e Background Color

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

This div background color is #cb389e


#cb389e Border Color

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

This div border color is #cb389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb389e


Comments

No comments written yet.

Please login to write comment.