Color Hex Logo

#ce5dfa Color Hex

#CE5DFA
(206,93,250)
0 Favorites   0 Comments

Color spaces of #ce5dfa

RGB 20693250
HSL0.790.940.67
HSV283°63°98°
CMYK 0.180.630.00   0.02
XYZ46.623327.852693.3613
Yxy27.85260.27780.1660
Hunter Lab52.775665.3343-67.9426
CIE-Lab59.755367.7969-59.3926

#ce5dfa color RGB value is (206,93,250).

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

The process color (four color CMYK) of #ce5dfa color hex is 0.18, 0.63, 0.00, 0.02. Web safe color of #ce5dfa is #cc66ff. Color #ce5dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011101 11111010
Octal 316 135 372
Decimal 206 93 250
Hex CE 5D FA

RGB Percentages of Color #ce5dfa

%37.52
%16.94
%45.54

CMYK Percentages of Color #ce5dfa

%18
%63
%0
%2

Triadic Colors of #ce5dfa

#ce5dfa #face5d #5dface

Analogous Colors of #ce5dfa

#ce5dfa #fa5dd8 #805dfa

Monochromatic Colors of #ce5dfa

#ce5dfa

Complementary Color

#ce5dfa #89fa5d

#ce5dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5dfa Color CSS Codes

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

#ce5dfa Text Font Color

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

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


#ce5dfa Background Color

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

This div background color is #ce5dfa


#ce5dfa Border Color

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

This div border color is #ce5dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5dfa


Comments

No comments written yet.

Please login to write comment.