Color Hex Logo

#cb95ba Color Hex

#CB95BA
(203,149,186)
0 Favorites   0 Comments

Color spaces of #cb95ba

RGB 203149186
HSL0.890.340.69
HSV319°27°80°
CMYK 0.000.270.08   0.20
XYZ44.239037.736651.4066
Yxy37.73660.33170.2829
Hunter Lab61.430121.0443-6.6146
CIE-Lab67.826026.1695-11.2062

#cb95ba color RGB value is (203,149,186).

#cb95ba hex color red value is 203, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cb95ba hue: 0.89 , saturation: 0.34 and the lightness value of cb95ba is 0.69.

The process color (four color CMYK) of #cb95ba color hex is 0.00, 0.27, 0.08, 0.20. Web safe color of #cb95ba is #cc99cc. Color #cb95ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 10111010
Octal 313 225 272
Decimal 203 149 186
Hex CB 95 BA

RGB Percentages of Color #cb95ba

%37.73
%27.70
%34.57

CMYK Percentages of Color #cb95ba

%0
%27
%8
%20

Triadic Colors of #cb95ba

#cb95ba #bacb95 #95bacb

Analogous Colors of #cb95ba

#cb95ba #cb959f #c195cb

Monochromatic Colors of #cb95ba

#cb95ba

Complementary Color

#cb95ba #95cba6

#cb95ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb95ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb95ba Color CSS Codes

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

#cb95ba Text Font Color

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

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


#cb95ba Background Color

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

This div background color is #cb95ba


#cb95ba Border Color

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

This div border color is #cb95ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb95ba


Comments

No comments written yet.

Please login to write comment.