Color Hex Logo

#cb498b Color Hex

#CB498B
(203,73,139)
0 Favorites   0 Comments

Color spaces of #cb498b

RGB 20373139
HSL0.920.560.54
HSV330°64°80°
CMYK 0.000.640.32   0.20
XYZ31.671319.325726.4871
Yxy19.32570.40870.2494
Hunter Lab43.961051.6669-4.9503
CIE-Lab51.066157.5624-9.2187

#cb498b color RGB value is (203,73,139).

#cb498b hex color red value is 203, green value is 73 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cb498b hue: 0.92 , saturation: 0.56 and the lightness value of cb498b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001001 10001011
Octal 313 111 213
Decimal 203 73 139
Hex CB 49 8B

RGB Percentages of Color #cb498b

%48.92
%17.59
%33.49

CMYK Percentages of Color #cb498b

%0
%64
%32
%20

Triadic Colors of #cb498b

#cb498b #8bcb49 #498bcb

Analogous Colors of #cb498b

#cb498b #cb494a #ca49cb

Monochromatic Colors of #cb498b

#cb498b

Complementary Color

#cb498b #49cb89

#cb498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb498b Color CSS Codes

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

#cb498b Text Font Color

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

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


#cb498b Background Color

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

This div background color is #cb498b


#cb498b Border Color

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

This div border color is #cb498b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb498b


Comments

No comments written yet.

Please login to write comment.