Color Hex Logo

#cb127b Color Hex

#CB127B
(203,18,123)
0 Favorites   0 Comments

Color spaces of #cb127b

RGB 20318123
HSL0.910.840.43
HSV326°91°80°
CMYK 0.000.910.39   0.20
XYZ28.420114.559220.0512
Yxy14.55920.45090.2310
Hunter Lab38.156566.1781-4.4473
CIE-Lab45.024471.3119-8.5718

#cb127b color RGB value is (203,18,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010010 01111011
Octal 313 22 173
Decimal 203 18 123
Hex CB 12 7B

RGB Percentages of Color #cb127b

%59.01
%5.23
%35.76

CMYK Percentages of Color #cb127b

%0
%91
%39
%20

Triadic Colors of #cb127b

#cb127b #7bcb12 #127bcb

Analogous Colors of #cb127b

#cb127b #cb121f #bf12cb

Monochromatic Colors of #cb127b

#cb127b

Complementary Color

#cb127b #12cb62

#cb127b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb127b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb127b Color CSS Codes

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

#cb127b Text Font Color

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

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


#cb127b Background Color

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

This div background color is #cb127b


#cb127b Border Color

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

This div border color is #cb127b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb127b


Comments

No comments written yet.

Please login to write comment.