Color Hex Logo

#cb93bc Color Hex

#CB93BC
(203,147,188)
0 Favorites   0 Comments

Color spaces of #cb93bc

RGB 203147188
HSL0.880.350.69
HSV316°28°80°
CMYK 0.000.280.07   0.20
XYZ44.139437.194852.4299
Yxy37.19480.33000.2781
Hunter Lab60.987522.4602-8.2793
CIE-Lab67.422927.6161-12.9278

#cb93bc color RGB value is (203,147,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 10111100
Octal 313 223 274
Decimal 203 147 188
Hex CB 93 BC

RGB Percentages of Color #cb93bc

%37.73
%27.32
%34.94

CMYK Percentages of Color #cb93bc

%0
%28
%7
%20

Triadic Colors of #cb93bc

#cb93bc #bccb93 #93bccb

Analogous Colors of #cb93bc

#cb93bc #cb93a0 #be93cb

Monochromatic Colors of #cb93bc

#cb93bc

Complementary Color

#cb93bc #93cba2

#cb93bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb93bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb93bc Color CSS Codes

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

#cb93bc Text Font Color

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

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


#cb93bc Background Color

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

This div background color is #cb93bc


#cb93bc Border Color

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

This div border color is #cb93bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb93bc


Comments

No comments written yet.

Please login to write comment.