Color Hex Logo

#ce41da Color Hex

#CE41DA
(206,65,218)
0 Favorites   0 Comments

Color spaces of #ce41da

RGB 20665218
HSL0.820.670.55
HSV295°70°85°
CMYK 0.060.700.00   0.15
XYZ39.998821.964468.4610
Yxy21.96440.30670.1684
Hunter Lab46.866270.3282-53.8031
CIE-Lab53.989273.0130-50.6685

#ce41da color RGB value is (206,65,218).

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

The process color (four color CMYK) of #ce41da color hex is 0.06, 0.70, 0.00, 0.15. Web safe color of #ce41da is #cc33cc. Color #ce41da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000001 11011010
Octal 316 101 332
Decimal 206 65 218
Hex CE 41 DA

RGB Percentages of Color #ce41da

%42.13
%13.29
%44.58

CMYK Percentages of Color #ce41da

%6
%70
%0
%15

Triadic Colors of #ce41da

#ce41da #dace41 #41dace

Analogous Colors of #ce41da

#ce41da #da419a #8241da

Monochromatic Colors of #ce41da

#ce41da

Complementary Color

#ce41da #4dda41

#ce41da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce41da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce41da Color CSS Codes

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

#ce41da Text Font Color

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

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


#ce41da Background Color

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

This div background color is #ce41da


#ce41da Border Color

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

This div border color is #ce41da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce41da


Comments

No comments written yet.

Please login to write comment.