Color Hex Logo

#cb738f Color Hex

#CB738F
(203,115,143)
0 Favorites   0 Comments

Color spaces of #cb738f

RGB 203115143
HSL0.950.460.62
HSV341°43°80°
CMYK 0.000.430.30   0.20
XYZ35.717326.941129.3043
Yxy26.94110.38840.2930
Hunter Lab51.904831.99792.8596
CIE-Lab58.919837.88400.0440

#cb738f color RGB value is (203,115,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 10001111
Octal 313 163 217
Decimal 203 115 143
Hex CB 73 8F

RGB Percentages of Color #cb738f

%44.03
%24.95
%31.02

CMYK Percentages of Color #cb738f

%0
%43
%30
%20

Triadic Colors of #cb738f

#cb738f #8fcb73 #738fcb

Analogous Colors of #cb738f

#cb738f #cb8373 #cb73bb

Monochromatic Colors of #cb738f

#cb738f

Complementary Color

#cb738f #73cbaf

#cb738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb738f Color CSS Codes

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

#cb738f Text Font Color

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

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


#cb738f Background Color

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

This div background color is #cb738f


#cb738f Border Color

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

This div border color is #cb738f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb738f

#cb738f Color Palettes


Comments

No comments written yet.

Please login to write comment.