Color Hex Logo

#cb509c Color Hex

#CB509C
(203,80,156)
0 Favorites   0 Comments

Color spaces of #cb509c

RGB 20380156
HSL0.900.540.55
HSV323°61°80°
CMYK 0.000.610.23   0.20
XYZ33.498020.834133.7083
Yxy20.83410.38050.2366
Hunter Lab45.644451.1219-11.8345
CIE-Lab52.767456.7692-16.7327

#cb509c color RGB value is (203,80,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 10011100
Octal 313 120 234
Decimal 203 80 156
Hex CB 50 9C

RGB Percentages of Color #cb509c

%46.24
%18.22
%35.54

CMYK Percentages of Color #cb509c

%0
%61
%23
%20

Triadic Colors of #cb509c

#cb509c #9ccb50 #509ccb

Analogous Colors of #cb509c

#cb509c #cb505e #bd50cb

Monochromatic Colors of #cb509c

#cb509c

Complementary Color

#cb509c #50cb7f

#cb509c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb509c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb509c Color CSS Codes

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

#cb509c Text Font Color

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

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


#cb509c Background Color

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

This div background color is #cb509c


#cb509c Border Color

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

This div border color is #cb509c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb509c


Comments

No comments written yet.

Please login to write comment.