Color Hex Logo

#cb94bd Color Hex

#CB94BD
(203,148,189)
0 Favorites   0 Comments

Color spaces of #cb94bd

RGB 203148189
HSL0.880.350.69
HSV315°27°80°
CMYK 0.000.270.07   0.20
XYZ44.403837.550453.0517
Yxy37.55040.32890.2781
Hunter Lab61.278422.1083-8.4354
CIE-Lab67.687927.2453-13.0881

#cb94bd color RGB value is (203,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010100 10111101
Octal 313 224 275
Decimal 203 148 189
Hex CB 94 BD

RGB Percentages of Color #cb94bd

%37.59
%27.41
%35.00

CMYK Percentages of Color #cb94bd

%0
%27
%7
%20

Triadic Colors of #cb94bd

#cb94bd #bdcb94 #94bdcb

Analogous Colors of #cb94bd

#cb94bd #cb94a2 #be94cb

Monochromatic Colors of #cb94bd

#cb94bd

Complementary Color

#cb94bd #94cba2

#cb94bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb94bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb94bd Color CSS Codes

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

#cb94bd Text Font Color

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

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


#cb94bd Background Color

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

This div background color is #cb94bd


#cb94bd Border Color

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

This div border color is #cb94bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb94bd


Comments

No comments written yet.

Please login to write comment.