Color Hex Logo

#cb65ac Color Hex

#CB65AC
(203,101,172)
0 Favorites   0 Comments

Color spaces of #cb65ac

RGB 203101172
HSL0.880.500.60
HSV318°50°80°
CMYK 0.000.500.15   0.20
XYZ36.728724.982441.9160
Yxy24.98240.35440.2411
Hunter Lab49.982443.6984-14.7338
CIE-Lab57.058349.2817-19.5286

#cb65ac color RGB value is (203,101,172).

#cb65ac hex color red value is 203, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cb65ac hue: 0.88 , saturation: 0.50 and the lightness value of cb65ac is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100101 10101100
Octal 313 145 254
Decimal 203 101 172
Hex CB 65 AC

RGB Percentages of Color #cb65ac

%42.65
%21.22
%36.13

CMYK Percentages of Color #cb65ac

%0
%50
%15
%20

Triadic Colors of #cb65ac

#cb65ac #accb65 #65accb

Analogous Colors of #cb65ac

#cb65ac #cb6579 #b765cb

Monochromatic Colors of #cb65ac

#cb65ac

Complementary Color

#cb65ac #65cb84

#cb65ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb65ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb65ac Color CSS Codes

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

#cb65ac Text Font Color

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

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


#cb65ac Background Color

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

This div background color is #cb65ac


#cb65ac Border Color

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

This div border color is #cb65ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,101,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 #cb65ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb65ac


Comments

No comments written yet.

Please login to write comment.