Color Hex Logo

#ce50ef Color Hex

#CE50EF
(206,80,239)
0 Favorites   0 Comments

Color spaces of #ce50ef

RGB 20680239
HSL0.800.830.63
HSV288°67°94°
CMYK 0.140.670.00   0.06
XYZ43.902225.091184.1905
Yxy25.09110.28660.1638
Hunter Lab50.091068.7868-64.5880
CIE-Lab57.164171.1404-57.4233

#ce50ef color RGB value is (206,80,239).

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

The process color (four color CMYK) of #ce50ef color hex is 0.14, 0.67, 0.00, 0.06. Web safe color of #ce50ef is #cc66ff. Color #ce50ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 11101111
Octal 316 120 357
Decimal 206 80 239
Hex CE 50 EF

RGB Percentages of Color #ce50ef

%39.24
%15.24
%45.52

CMYK Percentages of Color #ce50ef

%14
%67
%0
%6

Triadic Colors of #ce50ef

#ce50ef #efce50 #50efce

Analogous Colors of #ce50ef

#ce50ef #ef50c1 #7f50ef

Monochromatic Colors of #ce50ef

#ce50ef

Complementary Color

#ce50ef #71ef50

#ce50ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce50ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce50ef Color CSS Codes

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

#ce50ef Text Font Color

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

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


#ce50ef Background Color

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

This div background color is #ce50ef


#ce50ef Border Color

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

This div border color is #ce50ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce50ef


Comments

No comments written yet.

Please login to write comment.