Color Hex Logo

#cb4dee Color Hex

#CB4DEE
(203,77,238)
0 Favorites   0 Comments

Color spaces of #cb4dee

RGB 20377238
HSL0.800.830.62
HSV287°68°93°
CMYK 0.150.680.00   0.07
XYZ42.715124.177383.3043
Yxy24.17730.28440.1610
Hunter Lab49.170469.0175-66.0296
CIE-Lab56.264971.5007-58.3273

#cb4dee color RGB value is (203,77,238).

#cb4dee hex color red value is 203, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cb4dee hue: 0.80 , saturation: 0.83 and the lightness value of cb4dee is 0.62.

The process color (four color CMYK) of #cb4dee color hex is 0.15, 0.68, 0.00, 0.07. Web safe color of #cb4dee is #cc66ff. Color #cb4dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001101 11101110
Octal 313 115 356
Decimal 203 77 238
Hex CB 4D EE

RGB Percentages of Color #cb4dee

%39.19
%14.86
%45.95

CMYK Percentages of Color #cb4dee

%15
%68
%0
%7

Triadic Colors of #cb4dee

#cb4dee #eecb4d #4deecb

Analogous Colors of #cb4dee

#cb4dee #ee4dc1 #7b4dee

Monochromatic Colors of #cb4dee

#cb4dee

Complementary Color

#cb4dee #70ee4d

#cb4dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4dee Color CSS Codes

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

#cb4dee Text Font Color

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

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


#cb4dee Background Color

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

This div background color is #cb4dee


#cb4dee Border Color

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

This div border color is #cb4dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4dee


Comments

No comments written yet.

Please login to write comment.