Color Hex Logo

#cb148d Color Hex

#CB148D
(203,20,141)
0 Favorites   0 Comments

Color spaces of #cb148d

RGB 20320141
HSL0.890.820.44
HSV320°90°80°
CMYK 0.000.900.31   0.20
XYZ29.686515.119926.5531
Yxy15.11990.41600.2119
Hunter Lab38.884368.2295-13.2686
CIE-Lab45.798072.8718-18.4052

#cb148d color RGB value is (203,20,141).

#cb148d hex color red value is 203, green value is 20 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cb148d hue: 0.89 , saturation: 0.82 and the lightness value of cb148d is 0.44.

The process color (four color CMYK) of #cb148d color hex is 0.00, 0.90, 0.31, 0.20. Web safe color of #cb148d is #cc0099. Color #cb148d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010100 10001101
Octal 313 24 215
Decimal 203 20 141
Hex CB 14 8D

RGB Percentages of Color #cb148d

%55.77
%5.49
%38.74

CMYK Percentages of Color #cb148d

%0
%90
%31
%20

Triadic Colors of #cb148d

#cb148d #8dcb14 #148dcb

Analogous Colors of #cb148d

#cb148d #cb1432 #ae14cb

Monochromatic Colors of #cb148d

#cb148d

Complementary Color

#cb148d #14cb52

#cb148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb148d Color CSS Codes

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

#cb148d Text Font Color

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

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


#cb148d Background Color

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

This div background color is #cb148d


#cb148d Border Color

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

This div border color is #cb148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb148d


Comments

No comments written yet.

Please login to write comment.