Color Hex Logo

#cb4499 Color Hex

#CB4499
(203,68,153)
0 Favorites   0 Comments

Color spaces of #cb4499

RGB 20368153
HSL0.900.560.53
HSV322°67°80°
CMYK 0.000.670.25   0.20
XYZ32.445519.130732.1195
Yxy19.13070.38770.2286
Hunter Lab43.738755.8693-12.9226
CIE-Lab50.839861.3398-17.8963

#cb4499 color RGB value is (203,68,153).

#cb4499 hex color red value is 203, green value is 68 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cb4499 hue: 0.90 , saturation: 0.56 and the lightness value of cb4499 is 0.53.

The process color (four color CMYK) of #cb4499 color hex is 0.00, 0.67, 0.25, 0.20. Web safe color of #cb4499 is #cc3399. Color #cb4499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 10011001
Octal 313 104 231
Decimal 203 68 153
Hex CB 44 99

RGB Percentages of Color #cb4499

%47.88
%16.04
%36.08

CMYK Percentages of Color #cb4499

%0
%67
%25
%20

Triadic Colors of #cb4499

#cb4499 #99cb44 #4499cb

Analogous Colors of #cb4499

#cb4499 #cb4456 #ba44cb

Monochromatic Colors of #cb4499

#cb4499

Complementary Color

#cb4499 #44cb76

#cb4499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4499 Color CSS Codes

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

#cb4499 Text Font Color

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

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


#cb4499 Background Color

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

This div background color is #cb4499


#cb4499 Border Color

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

This div border color is #cb4499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4499


Comments

No comments written yet.

Please login to write comment.