Color Hex Logo

#cb127e Color Hex

#CB127E
(203,18,126)
0 Favorites   0 Comments

Color spaces of #cb127e

RGB 20318126
HSL0.900.840.43
HSV325°91°80°
CMYK 0.000.910.38   0.20
XYZ28.610814.635521.0556
Yxy14.63550.44490.2276
Hunter Lab38.256466.5462-5.8527
CIE-Lab45.130971.5993-10.2573

#cb127e color RGB value is (203,18,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010010 01111110
Octal 313 22 176
Decimal 203 18 126
Hex CB 12 7E

RGB Percentages of Color #cb127e

%58.50
%5.19
%36.31

CMYK Percentages of Color #cb127e

%0
%91
%38
%20

Triadic Colors of #cb127e

#cb127e #7ecb12 #127ecb

Analogous Colors of #cb127e

#cb127e #cb1222 #bc12cb

Monochromatic Colors of #cb127e

#cb127e

Complementary Color

#cb127e #12cb5f

#cb127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb127e Color CSS Codes

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

#cb127e Text Font Color

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

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


#cb127e Background Color

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

This div background color is #cb127e


#cb127e Border Color

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

This div border color is #cb127e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,18,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 #cb127e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb127e


Comments

No comments written yet.

Please login to write comment.