Color Hex Logo

#cb49e8 Color Hex

#CB49E8
(203,73,232)
0 Favorites   0 Comments

Color spaces of #cb49e8

RGB 20373232
HSL0.800.780.60
HSV289°69°91°
CMYK 0.130.690.00   0.09
XYZ41.576623.287878.6476
Yxy23.28780.28970.1623
Hunter Lab48.257469.3377-62.8477
CIE-Lab55.367671.9352-56.4004

#cb49e8 color RGB value is (203,73,232).

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

The process color (four color CMYK) of #cb49e8 color hex is 0.13, 0.69, 0.00, 0.09. Web safe color of #cb49e8 is #cc33ff. Color #cb49e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001001 11101000
Octal 313 111 350
Decimal 203 73 232
Hex CB 49 E8

RGB Percentages of Color #cb49e8

%39.96
%14.37
%45.67

CMYK Percentages of Color #cb49e8

%13
%69
%0
%9

Triadic Colors of #cb49e8

#cb49e8 #e8cb49 #49e8cb

Analogous Colors of #cb49e8

#cb49e8 #e849b6 #7c49e8

Monochromatic Colors of #cb49e8

#cb49e8

Complementary Color

#cb49e8 #66e849

#cb49e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb49e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb49e8 Color CSS Codes

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

#cb49e8 Text Font Color

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

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


#cb49e8 Background Color

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

This div background color is #cb49e8


#cb49e8 Border Color

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

This div border color is #cb49e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb49e8


Comments

No comments written yet.

Please login to write comment.