Color Hex Logo

#cb61ac Color Hex

#CB61AC
(203,97,172)
0 Favorites   0 Comments

Color spaces of #cb61ac

RGB 20397172
HSL0.880.500.59
HSV318°52°80°
CMYK 0.000.520.15   0.20
XYZ36.349724.224541.7897
Yxy24.22450.35510.2367
Hunter Lab49.218445.6970-15.8883
CIE-Lab56.311951.2420-20.6692

#cb61ac color RGB value is (203,97,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100001 10101100
Octal 313 141 254
Decimal 203 97 172
Hex CB 61 AC

RGB Percentages of Color #cb61ac

%43.01
%20.55
%36.44

CMYK Percentages of Color #cb61ac

%0
%52
%15
%20

Triadic Colors of #cb61ac

#cb61ac #accb61 #61accb

Analogous Colors of #cb61ac

#cb61ac #cb6177 #b561cb

Monochromatic Colors of #cb61ac

#cb61ac

Complementary Color

#cb61ac #61cb80

#cb61ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb61ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb61ac Color CSS Codes

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

#cb61ac Text Font Color

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

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


#cb61ac Background Color

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

This div background color is #cb61ac


#cb61ac Border Color

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

This div border color is #cb61ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb61ac


Comments

No comments written yet.

Please login to write comment.