Color Hex Logo

#cb427e Color Hex

#CB427E
(203,66,126)
0 Favorites   0 Comments

Color spaces of #cb427e

RGB 20366126
HSL0.930.570.53
HSV334°67°80°
CMYK 0.000.670.38   0.20
XYZ30.342718.099321.6329
Yxy18.09930.43300.2583
Hunter Lab42.543352.8590-0.3682
CIE-Lab49.616358.8948-3.5713

#cb427e color RGB value is (203,66,126).

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

The process color (four color CMYK) of #cb427e color hex is 0.00, 0.67, 0.38, 0.20. Web safe color of #cb427e is #cc3366. Color #cb427e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000010 01111110
Octal 313 102 176
Decimal 203 66 126
Hex CB 42 7E

RGB Percentages of Color #cb427e

%51.39
%16.71
%31.90

CMYK Percentages of Color #cb427e

%0
%67
%38
%20

Triadic Colors of #cb427e

#cb427e #7ecb42 #427ecb

Analogous Colors of #cb427e

#cb427e #cb4b42 #cb42c3

Monochromatic Colors of #cb427e

#cb427e

Complementary Color

#cb427e #42cb8f

#cb427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb427e Color CSS Codes

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

#cb427e Text Font Color

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

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


#cb427e Background Color

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

This div background color is #cb427e


#cb427e Border Color

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

This div border color is #cb427e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb427e


Comments

No comments written yet.

Please login to write comment.