Color Hex Logo

#ce51da Color Hex

#CE51DA
(206,81,218)
0 Favorites   0 Comments

Color spaces of #ce51da

RGB 20681218
HSL0.820.650.59
HSV295°63°85°
CMYK 0.060.630.00   0.15
XYZ41.050924.068668.8118
Yxy24.06860.30650.1797
Hunter Lab49.059863.5058-48.8190
CIE-Lab56.156466.9284-47.2241

#ce51da color RGB value is (206,81,218).

#ce51da hex color red value is 206, green value is 81 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce51da hue: 0.82 , saturation: 0.65 and the lightness value of ce51da is 0.59.

The process color (four color CMYK) of #ce51da color hex is 0.06, 0.63, 0.00, 0.15. Web safe color of #ce51da is #cc66cc. Color #ce51da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010001 11011010
Octal 316 121 332
Decimal 206 81 218
Hex CE 51 DA

RGB Percentages of Color #ce51da

%40.79
%16.04
%43.17

CMYK Percentages of Color #ce51da

%6
%63
%0
%15

Triadic Colors of #ce51da

#ce51da #dace51 #51dace

Analogous Colors of #ce51da

#ce51da #da51a2 #8a51da

Monochromatic Colors of #ce51da

#ce51da

Complementary Color

#ce51da #5dda51

#ce51da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce51da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce51da Color CSS Codes

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

#ce51da Text Font Color

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

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


#ce51da Background Color

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

This div background color is #ce51da


#ce51da Border Color

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

This div border color is #ce51da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce51da


Comments

No comments written yet.

Please login to write comment.