Color Hex Logo

#cb439b Color Hex

#CB439B
(203,67,155)
0 Favorites   0 Comments

Color spaces of #cb439b

RGB 20367155
HSL0.890.570.53
HSV321°67°80°
CMYK 0.000.670.24   0.20
XYZ32.552219.077432.9770
Yxy19.07740.38470.2255
Hunter Lab43.677756.5969-14.1900
CIE-Lab50.777661.9902-19.1778

#cb439b color RGB value is (203,67,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000011 10011011
Octal 313 103 233
Decimal 203 67 155
Hex CB 43 9B

RGB Percentages of Color #cb439b

%47.76
%15.76
%36.47

CMYK Percentages of Color #cb439b

%0
%67
%24
%20

Triadic Colors of #cb439b

#cb439b #9bcb43 #439bcb

Analogous Colors of #cb439b

#cb439b #cb4357 #b743cb

Monochromatic Colors of #cb439b

#cb439b

Complementary Color

#cb439b #43cb73

#cb439b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb439b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb439b Color CSS Codes

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

#cb439b Text Font Color

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

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


#cb439b Background Color

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

This div background color is #cb439b


#cb439b Border Color

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

This div border color is #cb439b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb439b


Comments

No comments written yet.

Please login to write comment.