Color Hex Logo

#cb465f Color Hex

#CB465F
(203,70,95)
0 Favorites   0 Comments

Color spaces of #cb465f

RGB 2037095
HSL0.970.560.54
HSV349°66°80°
CMYK 0.000.660.53   0.20
XYZ28.884317.903112.7597
Yxy17.90310.48510.3007
Hunter Lab42.312147.806811.7388
CIE-Lab49.378454.355514.8497

#cb465f color RGB value is (203,70,95).

#cb465f hex color red value is 203, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cb465f hue: 0.97 , saturation: 0.56 and the lightness value of cb465f is 0.54.

The process color (four color CMYK) of #cb465f color hex is 0.00, 0.66, 0.53, 0.20. Web safe color of #cb465f is #cc3366. Color #cb465f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 01011111
Octal 313 106 137
Decimal 203 70 95
Hex CB 46 5F

RGB Percentages of Color #cb465f

%55.16
%19.02
%25.82

CMYK Percentages of Color #cb465f

%0
%66
%53
%20

Triadic Colors of #cb465f

#cb465f #5fcb46 #465fcb

Analogous Colors of #cb465f

#cb465f #cb7046 #cb46a2

Monochromatic Colors of #cb465f

#cb465f

Complementary Color

#cb465f #46cbb2

#cb465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb465f Color CSS Codes

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

#cb465f Text Font Color

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

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


#cb465f Background Color

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

This div background color is #cb465f


#cb465f Border Color

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

This div border color is #cb465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb465f


Comments

No comments written yet.

Please login to write comment.