Color Hex Logo

#cb937d Color Hex

#CB937D
(203,147,125)
0 Favorites   0 Comments

Color spaces of #cb937d

RGB 203147125
HSL0.050.430.64
HSV17°38°80°
CMYK 0.000.280.38   0.20
XYZ38.764035.044624.1232
Yxy35.04460.39580.3578
Hunter Lab59.198513.287017.2784
CIE-Lab65.783418.280119.9864

#cb937d color RGB value is (203,147,125).

#cb937d hex color red value is 203, green value is 147 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cb937d hue: 0.05 , saturation: 0.43 and the lightness value of cb937d is 0.64.

The process color (four color CMYK) of #cb937d color hex is 0.00, 0.28, 0.38, 0.20. Web safe color of #cb937d is #cc9966. Color #cb937d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 01111101
Octal 313 223 175
Decimal 203 147 125
Hex CB 93 7D

RGB Percentages of Color #cb937d

%42.74
%30.95
%26.32

CMYK Percentages of Color #cb937d

%0
%28
%38
%20

Triadic Colors of #cb937d

#cb937d #7dcb93 #937dcb

Analogous Colors of #cb937d

#cb937d #cbba7d #cb7d8e

Monochromatic Colors of #cb937d

#cb937d

Complementary Color

#cb937d #7db5cb

#cb937d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb937d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb937d Color CSS Codes

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

#cb937d Text Font Color

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

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


#cb937d Background Color

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

This div background color is #cb937d


#cb937d Border Color

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

This div border color is #cb937d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb937d


Comments

No comments written yet.

Please login to write comment.