Color Hex Logo

#cb515d Color Hex

#CB515D
(203,81,93)
0 Favorites   0 Comments

Color spaces of #cb515d

RGB 2038193
HSL0.980.540.56
HSV354°60°80°
CMYK 0.000.600.54   0.20
XYZ29.546819.371712.5377
Yxy19.37170.48080.3152
Hunter Lab44.013342.806513.9199
CIE-Lab51.119349.402318.4222

#cb515d color RGB value is (203,81,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010001 01011101
Octal 313 121 135
Decimal 203 81 93
Hex CB 51 5D

RGB Percentages of Color #cb515d

%53.85
%21.49
%24.67

CMYK Percentages of Color #cb515d

%0
%60
%54
%20

Triadic Colors of #cb515d

#cb515d #5dcb51 #515dcb

Analogous Colors of #cb515d

#cb515d #cb8251 #cb519a

Monochromatic Colors of #cb515d

#cb515d

Complementary Color

#cb515d #51cbbf

#cb515d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb515d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb515d Color CSS Codes

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

#cb515d Text Font Color

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

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


#cb515d Background Color

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

This div background color is #cb515d


#cb515d Border Color

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

This div border color is #cb515d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb515d


Comments

No comments written yet.

Please login to write comment.