Color Hex Logo

#cb4edb Color Hex

#CB4EDB
(203,78,219)
0 Favorites   0 Comments

Color spaces of #cb4edb

RGB 20378219
HSL0.810.660.58
HSV293°64°86°
CMYK 0.070.640.00   0.14
XYZ40.139223.259869.3918
Yxy23.25980.30230.1752
Hunter Lab48.228464.1610-51.5475
CIE-Lab55.338967.6331-49.1144

#cb4edb color RGB value is (203,78,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001110 11011011
Octal 313 116 333
Decimal 203 78 219
Hex CB 4E DB

RGB Percentages of Color #cb4edb

%40.60
%15.60
%43.80

CMYK Percentages of Color #cb4edb

%7
%64
%0
%14

Triadic Colors of #cb4edb

#cb4edb #dbcb4e #4edbcb

Analogous Colors of #cb4edb

#cb4edb #db4ea5 #854edb

Monochromatic Colors of #cb4edb

#cb4edb

Complementary Color

#cb4edb #5edb4e

#cb4edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4edb Color CSS Codes

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

#cb4edb Text Font Color

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

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


#cb4edb Background Color

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

This div background color is #cb4edb


#cb4edb Border Color

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

This div border color is #cb4edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,78,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 #cb4edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4edb


Comments

No comments written yet.

Please login to write comment.