Color Hex Logo

#cb509b Color Hex

#CB509B
(203,80,155)
0 Favorites   0 Comments

Color spaces of #cb509b

RGB 20380155
HSL0.900.540.55
HSV323°61°80°
CMYK 0.000.610.24   0.20
XYZ33.413720.800433.2641
Yxy20.80040.38200.2378
Hunter Lab45.607550.9626-11.3183
CIE-Lab52.730356.6326-16.1997

#cb509b color RGB value is (203,80,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 10011011
Octal 313 120 233
Decimal 203 80 155
Hex CB 50 9B

RGB Percentages of Color #cb509b

%46.35
%18.26
%35.39

CMYK Percentages of Color #cb509b

%0
%61
%24
%20

Triadic Colors of #cb509b

#cb509b #9bcb50 #509bcb

Analogous Colors of #cb509b

#cb509b #cb505e #be50cb

Monochromatic Colors of #cb509b

#cb509b

Complementary Color

#cb509b #50cb80

#cb509b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb509b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb509b Color CSS Codes

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

#cb509b Text Font Color

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

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


#cb509b Background Color

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

This div background color is #cb509b


#cb509b Border Color

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

This div border color is #cb509b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb509b


Comments

No comments written yet.

Please login to write comment.