Color Hex Logo

#cb748c Color Hex

#CB748C
(203,116,140)
0 Favorites   0 Comments

Color spaces of #cb748c

RGB 203116140
HSL0.950.460.63
HSV343°43°80°
CMYK 0.000.430.31   0.20
XYZ35.607627.080728.1613
Yxy27.08070.39190.2981
Hunter Lab52.039131.06964.3422
CIE-Lab59.048936.95741.9679

#cb748c color RGB value is (203,116,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 10001100
Octal 313 164 214
Decimal 203 116 140
Hex CB 74 8C

RGB Percentages of Color #cb748c

%44.23
%25.27
%30.50

CMYK Percentages of Color #cb748c

%0
%43
%31
%20

Triadic Colors of #cb748c

#cb748c #8ccb74 #748ccb

Analogous Colors of #cb748c

#cb748c #cb8874 #cb74b8

Monochromatic Colors of #cb748c

#cb748c

Complementary Color

#cb748c #74cbb3

#cb748c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb748c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb748c Color CSS Codes

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

#cb748c Text Font Color

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

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


#cb748c Background Color

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

This div background color is #cb748c


#cb748c Border Color

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

This div border color is #cb748c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb748c


Comments

No comments written yet.

Please login to write comment.