Color Hex Logo

#ce54ef Color Hex

#CE54EF
(206,84,239)
0 Favorites   0 Comments

Color spaces of #ce54ef

RGB 20684239
HSL0.800.830.63
HSV287°65°94°
CMYK 0.140.650.00   0.06
XYZ44.203925.694584.2911
Yxy25.69450.28670.1666
Hunter Lab50.689766.9536-63.1095
CIE-Lab57.745969.5157-56.4932

#ce54ef color RGB value is (206,84,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010100 11101111
Octal 316 124 357
Decimal 206 84 239
Hex CE 54 EF

RGB Percentages of Color #ce54ef

%38.94
%15.88
%45.18

CMYK Percentages of Color #ce54ef

%14
%65
%0
%6

Triadic Colors of #ce54ef

#ce54ef #efce54 #54efce

Analogous Colors of #ce54ef

#ce54ef #ef54c3 #8154ef

Monochromatic Colors of #ce54ef

#ce54ef

Complementary Color

#ce54ef #75ef54

#ce54ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce54ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce54ef Color CSS Codes

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

#ce54ef Text Font Color

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

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


#ce54ef Background Color

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

This div background color is #ce54ef


#ce54ef Border Color

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

This div border color is #ce54ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,84,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 #ce54ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce54ef


Comments

No comments written yet.

Please login to write comment.