Color Hex Logo

#cb49ed Color Hex

#CB49ED
(203,73,237)
0 Favorites   0 Comments

Color spaces of #cb49ed

RGB 20373237
HSL0.800.820.61
HSV288°69°93°
CMYK 0.140.690.00   0.07
XYZ42.297223.576082.4421
Yxy23.57600.28520.1590
Hunter Lab48.555170.5229-66.6803
CIE-Lab55.660872.8516-58.7356

#cb49ed color RGB value is (203,73,237).

#cb49ed hex color red value is 203, green value is 73 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cb49ed hue: 0.80 , saturation: 0.82 and the lightness value of cb49ed is 0.61.

The process color (four color CMYK) of #cb49ed color hex is 0.14, 0.69, 0.00, 0.07. Web safe color of #cb49ed is #cc33ff. Color #cb49ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001001 11101101
Octal 313 111 355
Decimal 203 73 237
Hex CB 49 ED

RGB Percentages of Color #cb49ed

%39.57
%14.23
%46.20

CMYK Percentages of Color #cb49ed

%14
%69
%0
%7

Triadic Colors of #cb49ed

#cb49ed #edcb49 #49edcb

Analogous Colors of #cb49ed

#cb49ed #ed49bd #7949ed

Monochromatic Colors of #cb49ed

#cb49ed

Complementary Color

#cb49ed #6bed49

#cb49ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb49ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb49ed Color CSS Codes

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

#cb49ed Text Font Color

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

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


#cb49ed Background Color

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

This div background color is #cb49ed


#cb49ed Border Color

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

This div border color is #cb49ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb49ed


Comments

No comments written yet.

Please login to write comment.