Color Hex Logo

#cb517e Color Hex

#CB517E
(203,81,126)
0 Favorites   0 Comments

Color spaces of #cb517e

RGB 20381126
HSL0.940.540.56
HSV338°60°80°
CMYK 0.000.600.38   0.20
XYZ31.336920.087721.9643
Yxy20.08770.42700.2737
Hunter Lab44.819346.37042.3177
CIE-Lab51.936252.5875-0.1644

#cb517e color RGB value is (203,81,126).

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

The process color (four color CMYK) of #cb517e color hex is 0.00, 0.60, 0.38, 0.20. Web safe color of #cb517e is #cc6666. Color #cb517e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010001 01111110
Octal 313 121 176
Decimal 203 81 126
Hex CB 51 7E

RGB Percentages of Color #cb517e

%49.51
%19.76
%30.73

CMYK Percentages of Color #cb517e

%0
%60
%38
%20

Triadic Colors of #cb517e

#cb517e #7ecb51 #517ecb

Analogous Colors of #cb517e

#cb517e #cb6151 #cb51bb

Monochromatic Colors of #cb517e

#cb517e

Complementary Color

#cb517e #51cb9e

#cb517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb517e Color CSS Codes

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

#cb517e Text Font Color

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

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


#cb517e Background Color

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

This div background color is #cb517e


#cb517e Border Color

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

This div border color is #cb517e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb517e


Comments

No comments written yet.

Please login to write comment.