Color Hex Logo

#cb4498 Color Hex

#CB4498
(203,68,152)
0 Favorites   0 Comments

Color spaces of #cb4498

RGB 20368152
HSL0.900.560.53
HSV323°67°80°
CMYK 0.000.670.25   0.20
XYZ32.363219.097831.6863
Yxy19.09780.38920.2297
Hunter Lab43.701055.7130-12.3987
CIE-Lab50.801461.2093-17.3611

#cb4498 color RGB value is (203,68,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 10011000
Octal 313 104 230
Decimal 203 68 152
Hex CB 44 98

RGB Percentages of Color #cb4498

%47.99
%16.08
%35.93

CMYK Percentages of Color #cb4498

%0
%67
%25
%20

Triadic Colors of #cb4498

#cb4498 #98cb44 #4498cb

Analogous Colors of #cb4498

#cb4498 #cb4454 #bb44cb

Monochromatic Colors of #cb4498

#cb4498

Complementary Color

#cb4498 #44cb77

#cb4498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4498 Color CSS Codes

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

#cb4498 Text Font Color

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

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


#cb4498 Background Color

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

This div background color is #cb4498


#cb4498 Border Color

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

This div border color is #cb4498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4498


Comments

No comments written yet.

Please login to write comment.