Color Hex Logo

#cb617c Color Hex

#CB617C
(203,97,124)
0 Favorites   0 Comments

Color spaces of #cb617c

RGB 20397124
HSL0.960.500.59
HSV345°52°80°
CMYK 0.000.520.39   0.20
XYZ32.541422.701121.7354
Yxy22.70110.42270.2949
Hunter Lab47.645738.53346.3046
CIE-Lab54.763144.77275.1185

#cb617c color RGB value is (203,97,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100001 01111100
Octal 313 141 174
Decimal 203 97 124
Hex CB 61 7C

RGB Percentages of Color #cb617c

%47.88
%22.88
%29.25

CMYK Percentages of Color #cb617c

%0
%52
%39
%20

Triadic Colors of #cb617c

#cb617c #7ccb61 #617ccb

Analogous Colors of #cb617c

#cb617c #cb7b61 #cb61b1

Monochromatic Colors of #cb617c

#cb617c

Complementary Color

#cb617c #61cbb0

#cb617c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb617c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb617c Color CSS Codes

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

#cb617c Text Font Color

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

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


#cb617c Background Color

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

This div background color is #cb617c


#cb617c Border Color

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

This div border color is #cb617c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb617c


Comments

No comments written yet.

Please login to write comment.