Color Hex Logo

#ce2ecd Color Hex

#CE2ECD
(206,46,205)
0 Favorites   0 Comments

Color spaces of #ce2ecd

RGB 20646205
HSL0.830.630.49
HSV300°78°81°
CMYK 0.000.780.00   0.19
XYZ37.450019.483659.5445
Yxy19.48360.32150.1673
Hunter Lab44.140274.1998-49.0831
CIE-Lab51.248376.6935-47.6072

#ce2ecd color RGB value is (206,46,205).

#ce2ecd hex color red value is 206, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ce2ecd hue: 0.83 , saturation: 0.63 and the lightness value of ce2ecd is 0.49.

The process color (four color CMYK) of #ce2ecd color hex is 0.00, 0.78, 0.00, 0.19. Web safe color of #ce2ecd is #cc33cc. Color #ce2ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101110 11001101
Octal 316 56 315
Decimal 206 46 205
Hex CE 2E CD

RGB Percentages of Color #ce2ecd

%45.08
%10.07
%44.86

CMYK Percentages of Color #ce2ecd

%0
%78
%0
%19

Triadic Colors of #ce2ecd

#ce2ecd #cdce2e #2ecdce

Analogous Colors of #ce2ecd

#ce2ecd #ce2e7d #7f2ece

Monochromatic Colors of #ce2ecd

#ce2ecd

Complementary Color

#ce2ecd #2ece2f

#ce2ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2ecd Color CSS Codes

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

#ce2ecd Text Font Color

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

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


#ce2ecd Background Color

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

This div background color is #ce2ecd


#ce2ecd Border Color

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

This div border color is #ce2ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2ecd


Comments

No comments written yet.

Please login to write comment.