Color Hex Logo

#cb7385 Color Hex

#CB7385
(203,115,133)
0 Favorites   0 Comments

Color spaces of #cb7385

RGB 203115133
HSL0.970.460.62
HSV348°43°80°
CMYK 0.000.430.34   0.20
XYZ34.993026.651425.4902
Yxy26.65140.40160.3059
Hunter Lab51.625030.64906.8626
CIE-Lab58.650336.59005.4439

#cb7385 color RGB value is (203,115,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 10000101
Octal 313 163 205
Decimal 203 115 133
Hex CB 73 85

RGB Percentages of Color #cb7385

%45.01
%25.50
%29.49

CMYK Percentages of Color #cb7385

%0
%43
%34
%20

Triadic Colors of #cb7385

#cb7385 #85cb73 #7385cb

Analogous Colors of #cb7385

#cb7385 #cb8d73 #cb73b1

Monochromatic Colors of #cb7385

#cb7385

Complementary Color

#cb7385 #73cbb9

#cb7385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7385 Color CSS Codes

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

#cb7385 Text Font Color

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

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


#cb7385 Background Color

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

This div background color is #cb7385


#cb7385 Border Color

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

This div border color is #cb7385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7385


Comments

No comments written yet.

Please login to write comment.