Color Hex Logo

#cb526a Color Hex

#CB526A
(203,82,106)
0 Favorites   0 Comments

Color spaces of #cb526a

RGB 20382106
HSL0.970.540.56
HSV348°60°80°
CMYK 0.000.600.48   0.20
XYZ30.247419.771715.8578
Yxy19.77170.45920.3001
Hunter Lab44.465443.60959.9810
CIE-Lab51.578150.080811.2877

#cb526a color RGB value is (203,82,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 01101010
Octal 313 122 152
Decimal 203 82 106
Hex CB 52 6A

RGB Percentages of Color #cb526a

%51.92
%20.97
%27.11

CMYK Percentages of Color #cb526a

%0
%60
%48
%20

Triadic Colors of #cb526a

#cb526a #6acb52 #526acb

Analogous Colors of #cb526a

#cb526a #cb7752 #cb52a7

Monochromatic Colors of #cb526a

#cb526a

Complementary Color

#cb526a #52cbb3

#cb526a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb526a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb526a Color CSS Codes

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

#cb526a Text Font Color

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

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


#cb526a Background Color

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

This div background color is #cb526a


#cb526a Border Color

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

This div border color is #cb526a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb526a


Comments

No comments written yet.

Please login to write comment.