Color Hex Logo

#cb429b Color Hex

#CB429B
(203,66,155)
0 Favorites   0 Comments

Color spaces of #cb429b

RGB 20366155
HSL0.890.570.53
HSV321°67°80°
CMYK 0.000.670.24   0.20
XYZ32.493218.959532.9573
Yxy18.95950.38490.2246
Hunter Lab43.542557.0046-14.3968
CIE-Lab50.639862.3729-19.3887

#cb429b color RGB value is (203,66,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000010 10011011
Octal 313 102 233
Decimal 203 66 155
Hex CB 42 9B

RGB Percentages of Color #cb429b

%47.88
%15.57
%36.56

CMYK Percentages of Color #cb429b

%0
%67
%24
%20

Triadic Colors of #cb429b

#cb429b #9bcb42 #429bcb

Analogous Colors of #cb429b

#cb429b #cb4256 #b742cb

Monochromatic Colors of #cb429b

#cb429b

Complementary Color

#cb429b #42cb72

#cb429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb429b Color CSS Codes

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

#cb429b Text Font Color

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

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


#cb429b Background Color

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

This div background color is #cb429b


#cb429b Border Color

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

This div border color is #cb429b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,66,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 #cb429b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb429b


Comments

No comments written yet.

Please login to write comment.