color codes Logo

#ce40e3 color codes

#CE40E3
(206,64,227)
0 Favorites   0 Comments

Color spaces of #ce40e3

RGB 20664227
HSL0.810.740.57
HSV292°72°89°
CMYK 0.090.720.00   0.11
XYZ41.152122.334774.8151
Yxy22.33470.29760.1615
Hunter Lab47.259672.7276-60.7783
CIE-Lab54.380374.8942-55.1390

#ce40e3 color RGB value is (206,64,227).

#ce40e3 hex color red value is 206, green value is 64 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ce40e3 hue: 0.81 , saturation: 0.74 and the lightness value of ce40e3 is 0.57.

The process color (four color CMYK) of #ce40e3 color code is 0.09, 0.72, 0.00, 0.11. Web safe color of #ce40e3 is #cc33cc. Color #ce40e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 11100011
Octal 316 100 343
Decimal 206 64 227
Hex CE 40 E3

RGB Percentages of Color #ce40e3

%41.45
%12.88
%45.67

CMYK Percentages of Color #ce40e3

%9
%72
%0
%11

Triadic Colors of #ce40e3

#ce40e3 #e3ce40 #40e3ce

Analogous Colors of #ce40e3

#ce40e3 #e340a7 #7d40e3

Monochromatic Colors of #ce40e3

#ce40e3

Complementary Color

#ce40e3 #55e340

#ce40e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce40e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce40e3 Color CSS Codes

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

#ce40e3 Text Font Color

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

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


#ce40e3 Background Color

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

This div background color is #ce40e3


#ce40e3 Border Color

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

This div border color is #ce40e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce40e3


Comments

No comments written yet.

Please login to write comment.