Color Hex Logo

#ce59fd Color Hex

#CE59FD
(206,89,253)
0 Favorites   0 Comments

Color spaces of #ce59fd

RGB 20689253
HSL0.790.980.67
HSV283°65°99°
CMYK 0.190.650.00   0.01
XYZ46.755627.358495.7449
Yxy27.35840.27530.1611
Hunter Lab52.305368.0267-71.9168
CIE-Lab59.304670.1123-61.7732

#ce59fd color RGB value is (206,89,253).

#ce59fd hex color red value is 206, green value is 89 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ce59fd hue: 0.79 , saturation: 0.98 and the lightness value of ce59fd is 0.67.

The process color (four color CMYK) of #ce59fd color hex is 0.19, 0.65, 0.00, 0.01. Web safe color of #ce59fd is #cc66ff. Color #ce59fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011001 11111101
Octal 316 131 375
Decimal 206 89 253
Hex CE 59 FD

RGB Percentages of Color #ce59fd

%37.59
%16.24
%46.17

CMYK Percentages of Color #ce59fd

%19
%65
%0
%1

Triadic Colors of #ce59fd

#ce59fd #fdce59 #59fdce

Analogous Colors of #ce59fd

#ce59fd #fd59da #7c59fd

Monochromatic Colors of #ce59fd

#ce59fd

Complementary Color

#ce59fd #88fd59

#ce59fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce59fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce59fd Color CSS Codes

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

#ce59fd Text Font Color

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

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


#ce59fd Background Color

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

This div background color is #ce59fd


#ce59fd Border Color

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

This div border color is #ce59fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce59fd


Comments

No comments written yet.

Please login to write comment.