Color Hex Logo

#cb48bb Color Hex

#CB48BB
(203,72,187)
0 Favorites   0 Comments

Color spaces of #cb48bb

RGB 20372187
HSL0.850.560.54
HSV307°65°80°
CMYK 0.000.650.08   0.20
XYZ35.915620.919149.1585
Yxy20.91910.33880.1974
Hunter Lab45.737460.1279-31.7086
CIE-Lab52.860864.6666-34.7041

#cb48bb color RGB value is (203,72,187).

#cb48bb hex color red value is 203, green value is 72 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cb48bb hue: 0.85 , saturation: 0.56 and the lightness value of cb48bb is 0.54.

The process color (four color CMYK) of #cb48bb color hex is 0.00, 0.65, 0.08, 0.20. Web safe color of #cb48bb is #cc33cc. Color #cb48bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001000 10111011
Octal 313 110 273
Decimal 203 72 187
Hex CB 48 BB

RGB Percentages of Color #cb48bb

%43.94
%15.58
%40.48

CMYK Percentages of Color #cb48bb

%0
%65
%8
%20

Triadic Colors of #cb48bb

#cb48bb #bbcb48 #48bbcb

Analogous Colors of #cb48bb

#cb48bb #cb487a #9a48cb

Monochromatic Colors of #cb48bb

#cb48bb

Complementary Color

#cb48bb #48cb58

#cb48bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb48bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb48bb Color CSS Codes

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

#cb48bb Text Font Color

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

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


#cb48bb Background Color

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

This div background color is #cb48bb


#cb48bb Border Color

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

This div border color is #cb48bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb48bb


Comments

No comments written yet.

Please login to write comment.