Color Hex Logo

#cb6ebf Color Hex

#CB6EBF
(203,110,191)
0 Favorites   0 Comments

Color spaces of #cb6ebf

RGB 203110191
HSL0.850.470.61
HSV308°46°80°
CMYK 0.000.460.06   0.20
XYZ39.608527.610052.5319
Yxy27.61000.33080.2306
Hunter Lab52.545242.5989-22.4933
CIE-Lab59.534747.8871-26.6296

#cb6ebf color RGB value is (203,110,191).

#cb6ebf hex color red value is 203, green value is 110 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cb6ebf hue: 0.85 , saturation: 0.47 and the lightness value of cb6ebf is 0.61.

The process color (four color CMYK) of #cb6ebf color hex is 0.00, 0.46, 0.06, 0.20. Web safe color of #cb6ebf is #cc66cc. Color #cb6ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101110 10111111
Octal 313 156 277
Decimal 203 110 191
Hex CB 6E BF

RGB Percentages of Color #cb6ebf

%40.28
%21.83
%37.90

CMYK Percentages of Color #cb6ebf

%0
%46
%6
%20

Triadic Colors of #cb6ebf

#cb6ebf #bfcb6e #6ebfcb

Analogous Colors of #cb6ebf

#cb6ebf #cb6e91 #a96ecb

Monochromatic Colors of #cb6ebf

#cb6ebf

Complementary Color

#cb6ebf #6ecb7a

#cb6ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6ebf Color CSS Codes

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

#cb6ebf Text Font Color

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

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


#cb6ebf Background Color

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

This div background color is #cb6ebf


#cb6ebf Border Color

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

This div border color is #cb6ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6ebf


Comments

No comments written yet.

Please login to write comment.