Color Hex Logo

#cb6edb Color Hex

#CB6EDB
(203,110,219)
0 Favorites   0 Comments

Color spaces of #cb6edb

RGB 203110219
HSL0.810.600.65
HSV291°50°86°
CMYK 0.070.500.00   0.14
XYZ42.990728.962870.3424
Yxy28.96280.30210.2035
Hunter Lab53.817148.4112-39.8239
CIE-Lab60.748852.9955-40.5695

#cb6edb color RGB value is (203,110,219).

#cb6edb hex color red value is 203, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cb6edb hue: 0.81 , saturation: 0.60 and the lightness value of cb6edb is 0.65.

The process color (four color CMYK) of #cb6edb color hex is 0.07, 0.50, 0.00, 0.14. Web safe color of #cb6edb is #cc66cc. Color #cb6edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101110 11011011
Octal 313 156 333
Decimal 203 110 219
Hex CB 6E DB

RGB Percentages of Color #cb6edb

%38.16
%20.68
%41.17

CMYK Percentages of Color #cb6edb

%7
%50
%0
%14

Triadic Colors of #cb6edb

#cb6edb #dbcb6e #6edbcb

Analogous Colors of #cb6edb

#cb6edb #db6eb5 #956edb

Monochromatic Colors of #cb6edb

#cb6edb

Complementary Color

#cb6edb #7edb6e

#cb6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6edb Color CSS Codes

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

#cb6edb Text Font Color

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

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


#cb6edb Background Color

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

This div background color is #cb6edb


#cb6edb Border Color

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

This div border color is #cb6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6edb


Comments

No comments written yet.

Please login to write comment.