Color Hex Logo

#cb408b Color Hex

#CB408B
(203,64,139)
0 Favorites   0 Comments

Color spaces of #cb408b

RGB 20364139
HSL0.910.570.52
HSV328°68°80°
CMYK 0.000.680.32   0.20
XYZ31.122218.227426.3040
Yxy18.22740.41140.2409
Hunter Lab42.693655.4069-6.6438
CIE-Lab49.770861.1307-11.1636

#cb408b color RGB value is (203,64,139).

#cb408b hex color red value is 203, green value is 64 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cb408b hue: 0.91 , saturation: 0.57 and the lightness value of cb408b is 0.52.

The process color (four color CMYK) of #cb408b color hex is 0.00, 0.68, 0.32, 0.20. Web safe color of #cb408b is #cc3399. Color #cb408b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000000 10001011
Octal 313 100 213
Decimal 203 64 139
Hex CB 40 8B

RGB Percentages of Color #cb408b

%50.00
%15.76
%34.24

CMYK Percentages of Color #cb408b

%0
%68
%32
%20

Triadic Colors of #cb408b

#cb408b #8bcb40 #408bcb

Analogous Colors of #cb408b

#cb408b #cb4045 #c640cb

Monochromatic Colors of #cb408b

#cb408b

Complementary Color

#cb408b #40cb80

#cb408b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb408b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb408b Color CSS Codes

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

#cb408b Text Font Color

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

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


#cb408b Background Color

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

This div background color is #cb408b


#cb408b Border Color

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

This div border color is #cb408b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb408b


Comments

No comments written yet.

Please login to write comment.