Color Hex Logo

#cb1c8a Color Hex

#CB1C8A
(203,28,138)
0 Favorites   0 Comments

Color spaces of #cb1c8a

RGB 20328138
HSL0.900.760.45
HSV322°86°80°
CMYK 0.000.860.32   0.20
XYZ29.631315.362025.4482
Yxy15.36200.42070.2181
Hunter Lab39.194466.3574-11.0598
CIE-Lab46.126171.2473-16.0818

#cb1c8a color RGB value is (203,28,138).

#cb1c8a hex color red value is 203, green value is 28 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cb1c8a hue: 0.90 , saturation: 0.76 and the lightness value of cb1c8a is 0.45.

The process color (four color CMYK) of #cb1c8a color hex is 0.00, 0.86, 0.32, 0.20. Web safe color of #cb1c8a is #cc3399. Color #cb1c8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011100 10001010
Octal 313 34 212
Decimal 203 28 138
Hex CB 1C 8A

RGB Percentages of Color #cb1c8a

%55.01
%7.59
%37.40

CMYK Percentages of Color #cb1c8a

%0
%86
%32
%20

Triadic Colors of #cb1c8a

#cb1c8a #8acb1c #1c8acb

Analogous Colors of #cb1c8a

#cb1c8a #cb1c33 #b51ccb

Monochromatic Colors of #cb1c8a

#cb1c8a

Complementary Color

#cb1c8a #1ccb5d

#cb1c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb1c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb1c8a Color CSS Codes

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

#cb1c8a Text Font Color

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

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


#cb1c8a Background Color

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

This div background color is #cb1c8a


#cb1c8a Border Color

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

This div border color is #cb1c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb1c8a


Comments

No comments written yet.

Please login to write comment.