Color Hex Logo

#cb677c Color Hex

#CB677C
(203,103,124)
0 Favorites   0 Comments

Color spaces of #cb677c

RGB 203103124
HSL0.970.490.60
HSV347°49°80°
CMYK 0.000.490.39   0.20
XYZ33.116923.852221.9273
Yxy23.85220.41980.3023
Hunter Lab48.838735.57087.5674
CIE-Lab55.939541.75206.8037

#cb677c color RGB value is (203,103,124).

#cb677c hex color red value is 203, green value is 103 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cb677c hue: 0.97 , saturation: 0.49 and the lightness value of cb677c is 0.60.

The process color (four color CMYK) of #cb677c color hex is 0.00, 0.49, 0.39, 0.20. Web safe color of #cb677c is #cc6666. Color #cb677c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100111 01111100
Octal 313 147 174
Decimal 203 103 124
Hex CB 67 7C

RGB Percentages of Color #cb677c

%47.21
%23.95
%28.84

CMYK Percentages of Color #cb677c

%0
%49
%39
%20

Triadic Colors of #cb677c

#cb677c #7ccb67 #677ccb

Analogous Colors of #cb677c

#cb677c #cb8467 #cb67ae

Monochromatic Colors of #cb677c

#cb677c

Complementary Color

#cb677c #67cbb6

#cb677c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb677c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb677c Color CSS Codes

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

#cb677c Text Font Color

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

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


#cb677c Background Color

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

This div background color is #cb677c


#cb677c Border Color

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

This div border color is #cb677c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb677c


Comments

No comments written yet.

Please login to write comment.