Color Hex Logo

#cb637d Color Hex

#CB637D
(203,99,125)
0 Favorites   0 Comments

Color spaces of #cb637d

RGB 20399125
HSL0.960.500.59
HSV345°51°80°
CMYK 0.000.510.38   0.20
XYZ32.792123.100922.1326
Yxy23.10090.42030.2961
Hunter Lab48.063437.67386.3421
CIE-Lab55.176143.88855.1228

#cb637d color RGB value is (203,99,125).

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

The process color (four color CMYK) of #cb637d color hex is 0.00, 0.51, 0.38, 0.20. Web safe color of #cb637d is #cc6666. Color #cb637d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100011 01111101
Octal 313 143 175
Decimal 203 99 125
Hex CB 63 7D

RGB Percentages of Color #cb637d

%47.54
%23.19
%29.27

CMYK Percentages of Color #cb637d

%0
%51
%38
%20

Triadic Colors of #cb637d

#cb637d #7dcb63 #637dcb

Analogous Colors of #cb637d

#cb637d #cb7d63 #cb63b1

Monochromatic Colors of #cb637d

#cb637d

Complementary Color

#cb637d #63cbb1

#cb637d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb637d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb637d Color CSS Codes

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

#cb637d Text Font Color

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

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


#cb637d Background Color

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

This div background color is #cb637d


#cb637d Border Color

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

This div border color is #cb637d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb637d


Comments

No comments written yet.

Please login to write comment.