Color Hex Logo

#cb748a Color Hex

#CB748A
(203,116,138)
0 Favorites   0 Comments

Color spaces of #cb748a

RGB 203116138
HSL0.960.460.63
HSV345°43°80°
CMYK 0.000.430.32   0.20
XYZ35.461427.022327.3916
Yxy27.02230.39460.3007
Hunter Lab51.983030.79775.1462
CIE-Lab58.995036.69613.0465

#cb748a color RGB value is (203,116,138).

#cb748a hex color red value is 203, green value is 116 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cb748a hue: 0.96 , saturation: 0.46 and the lightness value of cb748a is 0.63.

The process color (four color CMYK) of #cb748a color hex is 0.00, 0.43, 0.32, 0.20. Web safe color of #cb748a is #cc6699. Color #cb748a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 10001010
Octal 313 164 212
Decimal 203 116 138
Hex CB 74 8A

RGB Percentages of Color #cb748a

%44.42
%25.38
%30.20

CMYK Percentages of Color #cb748a

%0
%43
%32
%20

Triadic Colors of #cb748a

#cb748a #8acb74 #748acb

Analogous Colors of #cb748a

#cb748a #cb8a74 #cb74b6

Monochromatic Colors of #cb748a

#cb748a

Complementary Color

#cb748a #74cbb5

#cb748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb748a Color CSS Codes

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

#cb748a Text Font Color

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

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


#cb748a Background Color

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

This div background color is #cb748a


#cb748a Border Color

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

This div border color is #cb748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb748a


Comments

No comments written yet.

Please login to write comment.