Color Hex Logo

#cb638a Color Hex

#CB638A
(203,99,138)
0 Favorites   0 Comments

Color spaces of #cb638a

RGB 20399138
HSL0.940.500.59
HSV338°51°80°
CMYK 0.000.510.32   0.20
XYZ33.677923.455226.7970
Yxy23.45520.40130.2795
Hunter Lab48.430639.37281.0958
CIE-Lab55.538145.4576-1.9933

#cb638a color RGB value is (203,99,138).

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

The process color (four color CMYK) of #cb638a color hex is 0.00, 0.51, 0.32, 0.20. Web safe color of #cb638a is #cc6699. Color #cb638a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100011 10001010
Octal 313 143 212
Decimal 203 99 138
Hex CB 63 8A

RGB Percentages of Color #cb638a

%46.14
%22.50
%31.36

CMYK Percentages of Color #cb638a

%0
%51
%32
%20

Triadic Colors of #cb638a

#cb638a #8acb63 #638acb

Analogous Colors of #cb638a

#cb638a #cb7063 #cb63be

Monochromatic Colors of #cb638a

#cb638a

Complementary Color

#cb638a #63cba4

#cb638a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb638a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb638a Color CSS Codes

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

#cb638a Text Font Color

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

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


#cb638a Background Color

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

This div background color is #cb638a


#cb638a Border Color

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

This div border color is #cb638a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb638a


Comments

No comments written yet.

Please login to write comment.