Color Hex Logo

#cb507d Color Hex

#CB507D
(203,80,125)
0 Favorites   0 Comments

Color spaces of #cb507d

RGB 20380125
HSL0.940.540.55
HSV338°61°80°
CMYK 0.000.610.38   0.20
XYZ31.198919.914521.6016
Yxy19.91450.42910.2739
Hunter Lab44.625746.69882.5379
CIE-Lab51.740452.92380.1472

#cb507d color RGB value is (203,80,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 01111101
Octal 313 120 175
Decimal 203 80 125
Hex CB 50 7D

RGB Percentages of Color #cb507d

%49.75
%19.61
%30.64

CMYK Percentages of Color #cb507d

%0
%61
%38
%20

Triadic Colors of #cb507d

#cb507d #7dcb50 #507dcb

Analogous Colors of #cb507d

#cb507d #cb6150 #cb50bb

Monochromatic Colors of #cb507d

#cb507d

Complementary Color

#cb507d #50cb9e

#cb507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb507d Color CSS Codes

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

#cb507d Text Font Color

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

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


#cb507d Background Color

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

This div background color is #cb507d


#cb507d Border Color

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

This div border color is #cb507d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,80,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 #cb507d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb507d


Comments

No comments written yet.

Please login to write comment.