Color Hex Logo

#cb126d Color Hex

#CB126D
(203,18,109)
0 Favorites   0 Comments

Color spaces of #cb126d

RGB 20318109
HSL0.920.840.43
HSV330°91°80°
CMYK 0.000.910.46   0.20
XYZ27.605214.233215.7603
Yxy14.23320.47930.2471
Hunter Lab37.726964.58831.6406
CIE-Lab44.565570.0633-0.5869

#cb126d color RGB value is (203,18,109).

#cb126d hex color red value is 203, green value is 18 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cb126d hue: 0.92 , saturation: 0.84 and the lightness value of cb126d is 0.43.

The process color (four color CMYK) of #cb126d color hex is 0.00, 0.91, 0.46, 0.20. Web safe color of #cb126d is #cc0066. Color #cb126d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010010 01101101
Octal 313 22 155
Decimal 203 18 109
Hex CB 12 6D

RGB Percentages of Color #cb126d

%61.52
%5.45
%33.03

CMYK Percentages of Color #cb126d

%0
%91
%46
%20

Triadic Colors of #cb126d

#cb126d #6dcb12 #126dcb

Analogous Colors of #cb126d

#cb126d #cb1312 #cb12ca

Monochromatic Colors of #cb126d

#cb126d

Complementary Color

#cb126d #12cb70

#cb126d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb126d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb126d Color CSS Codes

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

#cb126d Text Font Color

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

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


#cb126d Background Color

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

This div background color is #cb126d


#cb126d Border Color

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

This div border color is #cb126d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb126d


Comments

No comments written yet.

Please login to write comment.