Color Hex Logo

#cb428b Color Hex

#CB428B
(203,66,139)
0 Favorites   0 Comments

Color spaces of #cb428b

RGB 20366139
HSL0.910.570.53
HSV328°67°80°
CMYK 0.000.670.32   0.20
XYZ31.237018.457026.3423
Yxy18.45700.41080.2427
Hunter Lab42.961654.6029-6.2811
CIE-Lab50.045860.3686-10.7499

#cb428b color RGB value is (203,66,139).

#cb428b hex color red value is 203, green value is 66 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cb428b hue: 0.91 , saturation: 0.57 and the lightness value of cb428b is 0.53.

The process color (four color CMYK) of #cb428b color hex is 0.00, 0.67, 0.32, 0.20. Web safe color of #cb428b is #cc3399. Color #cb428b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000010 10001011
Octal 313 102 213
Decimal 203 66 139
Hex CB 42 8B

RGB Percentages of Color #cb428b

%49.75
%16.18
%34.07

CMYK Percentages of Color #cb428b

%0
%67
%32
%20

Triadic Colors of #cb428b

#cb428b #8bcb42 #428bcb

Analogous Colors of #cb428b

#cb428b #cb4247 #c742cb

Monochromatic Colors of #cb428b

#cb428b

Complementary Color

#cb428b #42cb82

#cb428b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb428b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb428b Color CSS Codes

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

#cb428b Text Font Color

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

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


#cb428b Background Color

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

This div background color is #cb428b


#cb428b Border Color

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

This div border color is #cb428b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb428b


Comments

No comments written yet.

Please login to write comment.