Color Hex Logo

#cb468f Color Hex

#CB468F
(203,70,143)
0 Favorites   0 Comments

Color spaces of #cb468f

RGB 20370143
HSL0.910.560.54
HSV327°66°80°
CMYK 0.000.660.30   0.20
XYZ31.776719.060027.9907
Yxy19.06000.40310.2418
Hunter Lab43.657853.5218-7.4527
CIE-Lab50.757359.2774-12.0701

#cb468f color RGB value is (203,70,143).

#cb468f hex color red value is 203, green value is 70 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cb468f hue: 0.91 , saturation: 0.56 and the lightness value of cb468f is 0.54.

The process color (four color CMYK) of #cb468f color hex is 0.00, 0.66, 0.30, 0.20. Web safe color of #cb468f is #cc3399. Color #cb468f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 10001111
Octal 313 106 217
Decimal 203 70 143
Hex CB 46 8F

RGB Percentages of Color #cb468f

%48.80
%16.83
%34.38

CMYK Percentages of Color #cb468f

%0
%66
%30
%20

Triadic Colors of #cb468f

#cb468f #8fcb46 #468fcb

Analogous Colors of #cb468f

#cb468f #cb464c #c546cb

Monochromatic Colors of #cb468f

#cb468f

Complementary Color

#cb468f #46cb82

#cb468f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb468f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb468f Color CSS Codes

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

#cb468f Text Font Color

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

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


#cb468f Background Color

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

This div background color is #cb468f


#cb468f Border Color

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

This div border color is #cb468f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb468f


Comments

No comments written yet.

Please login to write comment.