Color Hex Logo

#cb617b Color Hex

#CB617B
(203,97,123)
0 Favorites   0 Comments

Color spaces of #cb617b

RGB 20397123
HSL0.960.500.59
HSV345°52°80°
CMYK 0.000.520.39   0.20
XYZ32.478422.676021.4040
Yxy22.67600.42420.2962
Hunter Lab47.619338.41086.6838
CIE-Lab54.737044.65935.6706

#cb617b color RGB value is (203,97,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100001 01111011
Octal 313 141 173
Decimal 203 97 123
Hex CB 61 7B

RGB Percentages of Color #cb617b

%47.99
%22.93
%29.08

CMYK Percentages of Color #cb617b

%0
%52
%39
%20

Triadic Colors of #cb617b

#cb617b #7bcb61 #617bcb

Analogous Colors of #cb617b

#cb617b #cb7c61 #cb61b0

Monochromatic Colors of #cb617b

#cb617b

Complementary Color

#cb617b #61cbb1

#cb617b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb617b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb617b Color CSS Codes

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

#cb617b Text Font Color

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

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


#cb617b Background Color

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

This div background color is #cb617b


#cb617b Border Color

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

This div border color is #cb617b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb617b


Comments

No comments written yet.

Please login to write comment.