Color Hex Logo

#cb7dac Color Hex

#CB7DAC
(203,125,172)
0 Favorites   0 Comments

Color spaces of #cb7dac

RGB 203125172
HSL0.900.430.64
HSV324°38°80°
CMYK 0.000.380.15   0.20
XYZ39.408630.342342.8093
Yxy30.34230.35010.2696
Hunter Lab55.083831.3074-7.5195
CIE-Lab61.948536.8539-12.1236

#cb7dac color RGB value is (203,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111101 10101100
Octal 313 175 254
Decimal 203 125 172
Hex CB 7D AC

RGB Percentages of Color #cb7dac

%40.60
%25.00
%34.40

CMYK Percentages of Color #cb7dac

%0
%38
%15
%20

Triadic Colors of #cb7dac

#cb7dac #accb7d #7daccb

Analogous Colors of #cb7dac

#cb7dac #cb7d85 #c37dcb

Monochromatic Colors of #cb7dac

#cb7dac

Complementary Color

#cb7dac #7dcb9c

#cb7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7dac Color CSS Codes

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

#cb7dac Text Font Color

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

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


#cb7dac Background Color

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

This div background color is #cb7dac


#cb7dac Border Color

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

This div border color is #cb7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7dac


Comments

No comments written yet.

Please login to write comment.