Color Hex Logo

#cb508f Color Hex

#CB508F
(203,80,143)
0 Favorites   0 Comments

Color spaces of #cb508f

RGB 20380143
HSL0.910.540.55
HSV329°61°80°
CMYK 0.000.610.30   0.20
XYZ32.455220.417028.2169
Yxy20.41700.40020.2518
Hunter Lab45.185249.1373-5.3954
CIE-Lab52.305455.0570-9.7426

#cb508f color RGB value is (203,80,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 10001111
Octal 313 120 217
Decimal 203 80 143
Hex CB 50 8F

RGB Percentages of Color #cb508f

%47.65
%18.78
%33.57

CMYK Percentages of Color #cb508f

%0
%61
%30
%20

Triadic Colors of #cb508f

#cb508f #8fcb50 #508fcb

Analogous Colors of #cb508f

#cb508f #cb5051 #ca50cb

Monochromatic Colors of #cb508f

#cb508f

Complementary Color

#cb508f #50cb8c

#cb508f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb508f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb508f Color CSS Codes

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

#cb508f Text Font Color

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

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


#cb508f Background Color

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

This div background color is #cb508f


#cb508f Border Color

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

This div border color is #cb508f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb508f


Comments

No comments written yet.

Please login to write comment.