Color Hex Logo

#ce29da Color Hex

#CE29DA
(206,41,218)
0 Favorites   0 Comments

Color spaces of #ce29da

RGB 20641218
HSL0.820.710.51
HSV296°81°85°
CMYK 0.060.810.00   0.15
XYZ38.901419.769668.0953
Yxy19.76960.30690.1560
Hunter Lab44.463078.3622-59.6788
CIE-Lab51.575779.9576-54.5241

#ce29da color RGB value is (206,41,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101001 11011010
Octal 316 51 332
Decimal 206 41 218
Hex CE 29 DA

RGB Percentages of Color #ce29da

%44.30
%8.82
%46.88

CMYK Percentages of Color #ce29da

%6
%81
%0
%15

Triadic Colors of #ce29da

#ce29da #dace29 #29dace

Analogous Colors of #ce29da

#ce29da #da298e #7629da

Monochromatic Colors of #ce29da

#ce29da

Complementary Color

#ce29da #35da29

#ce29da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce29da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce29da Color CSS Codes

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

#ce29da Text Font Color

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

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


#ce29da Background Color

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

This div background color is #ce29da


#ce29da Border Color

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

This div border color is #ce29da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce29da


Comments

No comments written yet.

Please login to write comment.