Color Hex Logo

#cb438b Color Hex

#CB438B
(203,67,139)
0 Favorites   0 Comments

Color spaces of #cb438b

RGB 20367139
HSL0.910.570.53
HSV328°67°80°
CMYK 0.000.670.32   0.20
XYZ31.296018.574926.3619
Yxy18.57490.41050.2437
Hunter Lab43.098654.1950-6.0966
CIE-Lab50.186159.9808-10.5389

#cb438b color RGB value is (203,67,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000011 10001011
Octal 313 103 213
Decimal 203 67 139
Hex CB 43 8B

RGB Percentages of Color #cb438b

%49.63
%16.38
%33.99

CMYK Percentages of Color #cb438b

%0
%67
%32
%20

Triadic Colors of #cb438b

#cb438b #8bcb43 #438bcb

Analogous Colors of #cb438b

#cb438b #cb4347 #c743cb

Monochromatic Colors of #cb438b

#cb438b

Complementary Color

#cb438b #43cb83

#cb438b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb438b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb438b Color CSS Codes

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

#cb438b Text Font Color

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

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


#cb438b Background Color

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

This div background color is #cb438b


#cb438b Border Color

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

This div border color is #cb438b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb438b


Comments

No comments written yet.

Please login to write comment.