Color Hex Logo

#cb508d Color Hex

#CB508D
(203,80,141)
0 Favorites   0 Comments

Color spaces of #cb508d

RGB 20380141
HSL0.920.540.55
HSV330°61°80°
CMYK 0.000.610.31   0.20
XYZ32.305020.356927.4259
Yxy20.35690.40340.2542
Hunter Lab45.118648.8487-4.4571
CIE-Lab52.238454.8062-8.6555

#cb508d color RGB value is (203,80,141).

#cb508d hex color red value is 203, green value is 80 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cb508d hue: 0.92 , saturation: 0.54 and the lightness value of cb508d is 0.55.

The process color (four color CMYK) of #cb508d color hex is 0.00, 0.61, 0.31, 0.20. Web safe color of #cb508d is #cc6699. Color #cb508d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 10001101
Octal 313 120 215
Decimal 203 80 141
Hex CB 50 8D

RGB Percentages of Color #cb508d

%47.88
%18.87
%33.25

CMYK Percentages of Color #cb508d

%0
%61
%31
%20

Triadic Colors of #cb508d

#cb508d #8dcb50 #508dcb

Analogous Colors of #cb508d

#cb508d #cb5150 #cb50cb

Monochromatic Colors of #cb508d

#cb508d

Complementary Color

#cb508d #50cb8e

#cb508d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb508d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb508d Color CSS Codes

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

#cb508d Text Font Color

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

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


#cb508d Background Color

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

This div background color is #cb508d


#cb508d Border Color

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

This div border color is #cb508d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,80,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 #cb508d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb508d


Comments

No comments written yet.

Please login to write comment.