Color Hex Logo

#cb8cc8 Color Hex

#CB8CC8
(203,140,200)
0 Favorites   0 Comments

Color spaces of #cb8cc8

RGB 203140200
HSL0.840.380.67
HSV303°31°80°
CMYK 0.000.310.01   0.20
XYZ44.432035.622859.1776
Yxy35.62280.31910.2559
Hunter Lab59.684828.4347-17.0067
CIE-Lab66.230733.6086-21.4388

#cb8cc8 color RGB value is (203,140,200).

#cb8cc8 hex color red value is 203, green value is 140 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #cb8cc8 hue: 0.84 , saturation: 0.38 and the lightness value of cb8cc8 is 0.67.

The process color (four color CMYK) of #cb8cc8 color hex is 0.00, 0.31, 0.01, 0.20. Web safe color of #cb8cc8 is #cc99cc. Color #cb8cc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001100 11001000
Octal 313 214 310
Decimal 203 140 200
Hex CB 8C C8

RGB Percentages of Color #cb8cc8

%37.38
%25.78
%36.83

CMYK Percentages of Color #cb8cc8

%0
%31
%1
%20

Triadic Colors of #cb8cc8

#cb8cc8 #c8cb8c #8cc8cb

Analogous Colors of #cb8cc8

#cb8cc8 #cb8ca9 #af8ccb

Monochromatic Colors of #cb8cc8

#cb8cc8

Complementary Color

#cb8cc8 #8ccb8f

#cb8cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8cc8 Color CSS Codes

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

#cb8cc8 Text Font Color

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

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


#cb8cc8 Background Color

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

This div background color is #cb8cc8


#cb8cc8 Border Color

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

This div border color is #cb8cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8cc8


Comments

No comments written yet.

Please login to write comment.