Color Hex Logo

#cb517d Color Hex

#CB517D
(203,81,125)
0 Favorites   0 Comments

Color spaces of #cb517d

RGB 20381125
HSL0.940.540.56
HSV338°60°80°
CMYK 0.000.600.38   0.20
XYZ31.272720.062021.6261
Yxy20.06200.42860.2750
Hunter Lab44.790646.24472.7267
CIE-Lab51.907252.47640.3908

#cb517d color RGB value is (203,81,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010001 01111101
Octal 313 121 175
Decimal 203 81 125
Hex CB 51 7D

RGB Percentages of Color #cb517d

%49.63
%19.80
%30.56

CMYK Percentages of Color #cb517d

%0
%60
%38
%20

Triadic Colors of #cb517d

#cb517d #7dcb51 #517dcb

Analogous Colors of #cb517d

#cb517d #cb6251 #cb51ba

Monochromatic Colors of #cb517d

#cb517d

Complementary Color

#cb517d #51cb9f

#cb517d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb517d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb517d Color CSS Codes

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

#cb517d Text Font Color

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

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


#cb517d Background Color

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

This div background color is #cb517d


#cb517d Border Color

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

This div border color is #cb517d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb517d


Comments

No comments written yet.

Please login to write comment.