Color Hex Logo

#cb028b Color Hex

#CB028B
(203,2,139)
0 Favorites   0 Comments

Color spaces of #cb028b

RGB 2032139
HSL0.890.980.40
HSV319°99°80°
CMYK 0.000.990.32   0.20
XYZ29.310514.604025.7001
Yxy14.60400.42100.2098
Hunter Lab38.215270.0304-13.1225
CIE-Lab45.087074.4982-18.2785

#cb028b color RGB value is (203,2,139).

#cb028b hex color red value is 203, green value is 2 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cb028b hue: 0.89 , saturation: 0.98 and the lightness value of cb028b is 0.40.

The process color (four color CMYK) of #cb028b color hex is 0.00, 0.99, 0.32, 0.20. Web safe color of #cb028b is #cc0099. Color #cb028b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000010 10001011
Octal 313 2 213
Decimal 203 2 139
Hex CB 2 8B

RGB Percentages of Color #cb028b

%59.01
%0.58
%40.41

CMYK Percentages of Color #cb028b

%0
%99
%32
%20

Triadic Colors of #cb028b

#cb028b #8bcb02 #028bcb

Analogous Colors of #cb028b

#cb028b #cb0227 #a702cb

Monochromatic Colors of #cb028b

#cb028b

Complementary Color

#cb028b #02cb42

#cb028b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb028b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb028b Color CSS Codes

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

#cb028b Text Font Color

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

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


#cb028b Background Color

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

This div background color is #cb028b


#cb028b Border Color

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

This div border color is #cb028b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb028b


Comments

No comments written yet.

Please login to write comment.