Color Hex Logo

#ce61ef Color Hex

#CE61EF
(206,97,239)
0 Favorites   0 Comments

Color spaces of #ce61ef

RGB 20697239
HSL0.790.820.66
HSV286°59°94°
CMYK 0.140.590.00   0.06
XYZ45.308327.903284.6592
Yxy27.90320.28700.1767
Hunter Lab52.823560.6638-58.0465
CIE-Lab59.801263.8566-53.2166

#ce61ef color RGB value is (206,97,239).

#ce61ef hex color red value is 206, green value is 97 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ce61ef hue: 0.79 , saturation: 0.82 and the lightness value of ce61ef is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 11101111
Octal 316 141 357
Decimal 206 97 239
Hex CE 61 EF

RGB Percentages of Color #ce61ef

%38.01
%17.90
%44.10

CMYK Percentages of Color #ce61ef

%14
%59
%0
%6

Triadic Colors of #ce61ef

#ce61ef #efce61 #61efce

Analogous Colors of #ce61ef

#ce61ef #ef61c9 #8761ef

Monochromatic Colors of #ce61ef

#ce61ef

Complementary Color

#ce61ef #82ef61

#ce61ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce61ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce61ef Color CSS Codes

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

#ce61ef Text Font Color

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

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


#ce61ef Background Color

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

This div background color is #ce61ef


#ce61ef Border Color

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

This div border color is #ce61ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce61ef


Comments

No comments written yet.

Please login to write comment.