Color Hex Logo

#cb198f Color Hex

#CB198F
(203,25,143)
0 Favorites   0 Comments

Color spaces of #cb198f

RGB 20325143
HSL0.890.780.45
HSV320°88°80°
CMYK 0.000.880.30   0.20
XYZ29.934215.374927.3766
Yxy15.37490.41180.2115
Hunter Lab39.210867.6509-13.9481
CIE-Lab46.143572.3236-19.0882

#cb198f color RGB value is (203,25,143).

#cb198f hex color red value is 203, green value is 25 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cb198f hue: 0.89 , saturation: 0.78 and the lightness value of cb198f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011001 10001111
Octal 313 31 217
Decimal 203 25 143
Hex CB 19 8F

RGB Percentages of Color #cb198f

%54.72
%6.74
%38.54

CMYK Percentages of Color #cb198f

%0
%88
%30
%20

Triadic Colors of #cb198f

#cb198f #8fcb19 #198fcb

Analogous Colors of #cb198f

#cb198f #cb1936 #ae19cb

Monochromatic Colors of #cb198f

#cb198f

Complementary Color

#cb198f #19cb55

#cb198f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb198f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb198f Color CSS Codes

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

#cb198f Text Font Color

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

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


#cb198f Background Color

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

This div background color is #cb198f


#cb198f Border Color

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

This div border color is #cb198f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb198f


Comments

No comments written yet.

Please login to write comment.