Color Hex Logo

#cb49ee Color Hex

#CB49EE
(203,73,238)
0 Favorites   0 Comments

Color spaces of #cb49ee

RGB 20373238
HSL0.800.830.61
HSV287°69°93°
CMYK 0.150.690.00   0.07
XYZ42.443823.634683.2138
Yxy23.63460.28430.1583
Hunter Lab48.615470.7628-67.4544
CIE-Lab55.720173.0365-59.2004

#cb49ee color RGB value is (203,73,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001001 11101110
Octal 313 111 356
Decimal 203 73 238
Hex CB 49 EE

RGB Percentages of Color #cb49ee

%39.49
%14.20
%46.30

CMYK Percentages of Color #cb49ee

%15
%69
%0
%7

Triadic Colors of #cb49ee

#cb49ee #eecb49 #49eecb

Analogous Colors of #cb49ee

#cb49ee #ee49bf #7949ee

Monochromatic Colors of #cb49ee

#cb49ee

Complementary Color

#cb49ee #6cee49

#cb49ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb49ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb49ee Color CSS Codes

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

#cb49ee Text Font Color

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

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


#cb49ee Background Color

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

This div background color is #cb49ee


#cb49ee Border Color

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

This div border color is #cb49ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb49ee


Comments

No comments written yet.

Please login to write comment.