Color Hex Logo

#cb148c Color Hex

#CB148C
(203,20,140)
0 Favorites   0 Comments

Color spaces of #cb148c

RGB 20320140
HSL0.890.820.44
HSV321°90°80°
CMYK 0.000.900.31   0.20
XYZ29.612415.090326.1629
Yxy15.09030.41790.2129
Hunter Lab38.846268.0892-12.7394
CIE-Lab45.757672.7633-17.8597

#cb148c color RGB value is (203,20,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010100 10001100
Octal 313 24 214
Decimal 203 20 140
Hex CB 14 8C

RGB Percentages of Color #cb148c

%55.92
%5.51
%38.57

CMYK Percentages of Color #cb148c

%0
%90
%31
%20

Triadic Colors of #cb148c

#cb148c #8ccb14 #148ccb

Analogous Colors of #cb148c

#cb148c #cb1431 #af14cb

Monochromatic Colors of #cb148c

#cb148c

Complementary Color

#cb148c #14cb53

#cb148c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb148c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb148c Color CSS Codes

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

#cb148c Text Font Color

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

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


#cb148c Background Color

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

This div background color is #cb148c


#cb148c Border Color

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

This div border color is #cb148c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb148c


Comments

No comments written yet.

Please login to write comment.