Color Hex Logo

#cb127d Color Hex

#CB127D
(203,18,125)
0 Favorites   0 Comments

Color spaces of #cb127d

RGB 20318125
HSL0.900.840.43
HSV325°91°80°
CMYK 0.000.910.38   0.20
XYZ28.546614.609820.7174
Yxy14.60980.44690.2287
Hunter Lab38.222866.4225-5.3803
CIE-Lab45.095171.5028-9.6965

#cb127d color RGB value is (203,18,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010010 01111101
Octal 313 22 175
Decimal 203 18 125
Hex CB 12 7D

RGB Percentages of Color #cb127d

%58.67
%5.20
%36.13

CMYK Percentages of Color #cb127d

%0
%91
%38
%20

Triadic Colors of #cb127d

#cb127d #7dcb12 #127dcb

Analogous Colors of #cb127d

#cb127d #cb1221 #bd12cb

Monochromatic Colors of #cb127d

#cb127d

Complementary Color

#cb127d #12cb60

#cb127d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb127d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb127d Color CSS Codes

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

#cb127d Text Font Color

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

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


#cb127d Background Color

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

This div background color is #cb127d


#cb127d Border Color

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

This div border color is #cb127d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb127d


Comments

No comments written yet.

Please login to write comment.