Color Hex Logo

#cb617f Color Hex

#CB617F
(203,97,127)
0 Favorites   0 Comments

Color spaces of #cb617f

RGB 20397127
HSL0.950.500.59
HSV343°52°80°
CMYK 0.000.520.37   0.20
XYZ32.734122.778222.7500
Yxy22.77820.41830.2910
Hunter Lab47.726538.90615.1465
CIE-Lab54.843145.11693.4653

#cb617f color RGB value is (203,97,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100001 01111111
Octal 313 141 177
Decimal 203 97 127
Hex CB 61 7F

RGB Percentages of Color #cb617f

%47.54
%22.72
%29.74

CMYK Percentages of Color #cb617f

%0
%52
%37
%20

Triadic Colors of #cb617f

#cb617f #7fcb61 #617fcb

Analogous Colors of #cb617f

#cb617f #cb7861 #cb61b4

Monochromatic Colors of #cb617f

#cb617f

Complementary Color

#cb617f #61cbad

#cb617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb617f Color CSS Codes

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

#cb617f Text Font Color

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

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


#cb617f Background Color

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

This div background color is #cb617f


#cb617f Border Color

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

This div border color is #cb617f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb617f


Comments

No comments written yet.

Please login to write comment.