Color Hex Logo

#cb7bad Color Hex

#CB7BAD
(203,123,173)
0 Favorites   0 Comments

Color spaces of #cb7bad

RGB 203123173
HSL0.900.430.64
HSV323°39°80°
CMYK 0.000.390.15   0.20
XYZ39.254429.879643.2336
Yxy29.87960.34930.2659
Hunter Lab54.662232.5267-8.6302
CIE-Lab61.550238.0836-13.2927

#cb7bad color RGB value is (203,123,173).

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

The process color (four color CMYK) of #cb7bad color hex is 0.00, 0.39, 0.15, 0.20. Web safe color of #cb7bad is #cc6699. Color #cb7bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111011 10101101
Octal 313 173 255
Decimal 203 123 173
Hex CB 7B AD

RGB Percentages of Color #cb7bad

%40.68
%24.65
%34.67

CMYK Percentages of Color #cb7bad

%0
%39
%15
%20

Triadic Colors of #cb7bad

#cb7bad #adcb7b #7badcb

Analogous Colors of #cb7bad

#cb7bad #cb7b85 #c17bcb

Monochromatic Colors of #cb7bad

#cb7bad

Complementary Color

#cb7bad #7bcb99

#cb7bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7bad Color CSS Codes

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

#cb7bad Text Font Color

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

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


#cb7bad Background Color

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

This div background color is #cb7bad


#cb7bad Border Color

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

This div border color is #cb7bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7bad


Comments

No comments written yet.

Please login to write comment.