Color Hex Logo

#ce49ec Color Hex

#CE49EC
(206,73,236)
0 Favorites   0 Comments

Color spaces of #ce49ec

RGB 20673236
HSL0.800.810.61
HSV289°69°93°
CMYK 0.130.690.00   0.07
XYZ42.976523.943081.7132
Yxy23.94300.28910.1611
Hunter Lab48.931671.1459-64.7591
CIE-Lab56.030773.2899-57.5590

#ce49ec color RGB value is (206,73,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001001 11101100
Octal 316 111 354
Decimal 206 73 236
Hex CE 49 EC

RGB Percentages of Color #ce49ec

%40.00
%14.17
%45.83

CMYK Percentages of Color #ce49ec

%13
%69
%0
%7

Triadic Colors of #ce49ec

#ce49ec #ecce49 #49ecce

Analogous Colors of #ce49ec

#ce49ec #ec49b9 #7d49ec

Monochromatic Colors of #ce49ec

#ce49ec

Complementary Color

#ce49ec #67ec49

#ce49ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce49ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce49ec Color CSS Codes

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

#ce49ec Text Font Color

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

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


#ce49ec Background Color

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

This div background color is #ce49ec


#ce49ec Border Color

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

This div border color is #ce49ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce49ec


Comments

No comments written yet.

Please login to write comment.