Color Hex Logo

#cb389b Color Hex

#CB389B
(203,56,155)
0 Favorites   0 Comments

Color spaces of #cb389b

RGB 20356155
HSL0.890.590.51
HSV320°72°80°
CMYK 0.000.720.24   0.20
XYZ31.959217.891432.7793
Yxy17.89140.38680.2165
Hunter Lab42.298260.8470-16.3384
CIE-Lab49.364165.9457-21.3459

#cb389b color RGB value is (203,56,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111000 10011011
Octal 313 70 233
Decimal 203 56 155
Hex CB 38 9B

RGB Percentages of Color #cb389b

%49.03
%13.53
%37.44

CMYK Percentages of Color #cb389b

%0
%72
%24
%20

Triadic Colors of #cb389b

#cb389b #9bcb38 #389bcb

Analogous Colors of #cb389b

#cb389b #cb3852 #b238cb

Monochromatic Colors of #cb389b

#cb389b

Complementary Color

#cb389b #38cb68

#cb389b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb389b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb389b Color CSS Codes

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

#cb389b Text Font Color

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

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


#cb389b Background Color

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

This div background color is #cb389b


#cb389b Border Color

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

This div border color is #cb389b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb389b


Comments

No comments written yet.

Please login to write comment.