Color Hex Logo

#ce2fed Color Hex

#CE2FED
(206,47,237)
0 Favorites   0 Comments

Color spaces of #ce2fed

RGB 20647237
HSL0.810.840.56
HSV290°80°93°
CMYK 0.130.800.00   0.07
XYZ41.756221.269382.0253
Yxy21.26930.28790.1466
Hunter Lab46.118780.9077-73.1684
CIE-Lab53.243081.6386-62.5965

#ce2fed color RGB value is (206,47,237).

#ce2fed hex color red value is 206, green value is 47 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce2fed hue: 0.81 , saturation: 0.84 and the lightness value of ce2fed is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101111 11101101
Octal 316 57 355
Decimal 206 47 237
Hex CE 2F ED

RGB Percentages of Color #ce2fed

%42.04
%9.59
%48.37

CMYK Percentages of Color #ce2fed

%13
%80
%0
%7

Triadic Colors of #ce2fed

#ce2fed #edce2f #2fedce

Analogous Colors of #ce2fed

#ce2fed #ed2fad #6f2fed

Monochromatic Colors of #ce2fed

#ce2fed

Complementary Color

#ce2fed #4eed2f

#ce2fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2fed Color CSS Codes

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

#ce2fed Text Font Color

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

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


#ce2fed Background Color

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

This div background color is #ce2fed


#ce2fed Border Color

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

This div border color is #ce2fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2fed


Comments

No comments written yet.

Please login to write comment.