Color Hex Logo

#cb93bd Color Hex

#CB93BD
(203,147,189)
0 Favorites   0 Comments

Color spaces of #cb93bd

RGB 203147189
HSL0.880.350.69
HSV315°28°80°
CMYK 0.000.280.07   0.20
XYZ44.247637.238152.9997
Yxy37.23810.32900.2769
Hunter Lab61.023022.6395-8.7784
CIE-Lab67.455327.7927-13.4378

#cb93bd color RGB value is (203,147,189).

#cb93bd hex color red value is 203, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cb93bd hue: 0.88 , saturation: 0.35 and the lightness value of cb93bd is 0.69.

The process color (four color CMYK) of #cb93bd color hex is 0.00, 0.28, 0.07, 0.20. Web safe color of #cb93bd is #cc99cc. Color #cb93bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 10111101
Octal 313 223 275
Decimal 203 147 189
Hex CB 93 BD

RGB Percentages of Color #cb93bd

%37.66
%27.27
%35.06

CMYK Percentages of Color #cb93bd

%0
%28
%7
%20

Triadic Colors of #cb93bd

#cb93bd #bdcb93 #93bdcb

Analogous Colors of #cb93bd

#cb93bd #cb93a1 #bd93cb

Monochromatic Colors of #cb93bd

#cb93bd

Complementary Color

#cb93bd #93cba1

#cb93bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb93bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb93bd Color CSS Codes

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

#cb93bd Text Font Color

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

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


#cb93bd Background Color

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

This div background color is #cb93bd


#cb93bd Border Color

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

This div border color is #cb93bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb93bd


Comments

No comments written yet.

Please login to write comment.