Color Hex Logo

#cb028f Color Hex

#CB028F
(203,2,143)
0 Favorites   0 Comments

Color spaces of #cb028f

RGB 2032143
HSL0.880.980.40
HSV318°99°80°
CMYK 0.000.990.30   0.20
XYZ29.608214.723127.2679
Yxy14.72310.41350.2056
Hunter Lab38.370770.5883-15.2746
CIE-Lab45.252674.9242-20.4569

#cb028f color RGB value is (203,2,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000010 10001111
Octal 313 2 217
Decimal 203 2 143
Hex CB 2 8F

RGB Percentages of Color #cb028f

%58.33
%0.57
%41.09

CMYK Percentages of Color #cb028f

%0
%99
%30
%20

Triadic Colors of #cb028f

#cb028f #8fcb02 #028fcb

Analogous Colors of #cb028f

#cb028f #cb022b #a302cb

Monochromatic Colors of #cb028f

#cb028f

Complementary Color

#cb028f #02cb3e

#cb028f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb028f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb028f Color CSS Codes

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

#cb028f Text Font Color

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

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


#cb028f Background Color

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

This div background color is #cb028f


#cb028f Border Color

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

This div border color is #cb028f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb028f


Comments

No comments written yet.

Please login to write comment.