Color Hex Logo

#cb83be Color Hex

#CB83BE
(203,131,190)
0 Favorites   0 Comments

Color spaces of #cb83be

RGB 203131190
HSL0.860.410.65
HSV311°35°80°
CMYK 0.000.350.06   0.20
XYZ42.039232.646852.8010
Yxy32.64680.32980.2561
Hunter Lab57.137431.3421-14.7941
CIE-Lab63.873936.6724-19.4158

#cb83be color RGB value is (203,131,190).

#cb83be hex color red value is 203, green value is 131 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cb83be hue: 0.86 , saturation: 0.41 and the lightness value of cb83be is 0.65.

The process color (four color CMYK) of #cb83be color hex is 0.00, 0.35, 0.06, 0.20. Web safe color of #cb83be is #cc99cc. Color #cb83be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000011 10111110
Octal 313 203 276
Decimal 203 131 190
Hex CB 83 BE

RGB Percentages of Color #cb83be

%38.74
%25.00
%36.26

CMYK Percentages of Color #cb83be

%0
%35
%6
%20

Triadic Colors of #cb83be

#cb83be #becb83 #83becb

Analogous Colors of #cb83be

#cb83be #cb839a #b483cb

Monochromatic Colors of #cb83be

#cb83be

Complementary Color

#cb83be #83cb90

#cb83be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb83be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb83be Color CSS Codes

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

#cb83be Text Font Color

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

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


#cb83be Background Color

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

This div background color is #cb83be


#cb83be Border Color

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

This div border color is #cb83be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb83be


Comments

No comments written yet.

Please login to write comment.