color codes Logo

#ce46dd color codes

#CE46DD
(206,70,221)
0 Favorites   0 Comments

Color spaces of #ce46dd

RGB 20670221
HSL0.820.690.57
HSV294°68°87°
CMYK 0.070.680.00   0.13
XYZ40.694922.722670.6477
Yxy22.72260.30350.1695
Hunter Lab47.668268.9680-54.5042
CIE-Lab54.785471.7420-51.1009

#ce46dd color RGB value is (206,70,221).

#ce46dd hex color red value is 206, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ce46dd hue: 0.82 , saturation: 0.69 and the lightness value of ce46dd is 0.57.

The process color (four color CMYK) of #ce46dd color code is 0.07, 0.68, 0.00, 0.13. Web safe color of #ce46dd is #cc33cc. Color #ce46dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000110 11011101
Octal 316 106 335
Decimal 206 70 221
Hex CE 46 DD

RGB Percentages of Color #ce46dd

%41.45
%14.08
%44.47

CMYK Percentages of Color #ce46dd

%7
%68
%0
%13

Triadic Colors of #ce46dd

#ce46dd #ddce46 #46ddce

Analogous Colors of #ce46dd

#ce46dd #dd46a1 #8346dd

Monochromatic Colors of #ce46dd

#ce46dd

Complementary Color

#ce46dd #55dd46

#ce46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce46dd Color CSS Codes

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

#ce46dd Text Font Color

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

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


#ce46dd Background Color

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

This div background color is #ce46dd


#ce46dd Border Color

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

This div border color is #ce46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce46dd


Comments

No comments written yet.

Please login to write comment.