Color Hex Logo

#ce32dd Color Hex

#CE32DD
(206,50,221)
0 Favorites   0 Comments

Color spaces of #ce32dd

RGB 20650221
HSL0.820.720.53
HSV295°77°87°
CMYK 0.070.770.00   0.13
XYZ39.645320.623570.2978
Yxy20.62350.30360.1580
Hunter Lab45.413176.3562-59.9895
CIE-Lab52.535078.1743-54.6947

#ce32dd color RGB value is (206,50,221).

#ce32dd hex color red value is 206, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ce32dd hue: 0.82 , saturation: 0.72 and the lightness value of ce32dd is 0.53.

The process color (four color CMYK) of #ce32dd color hex is 0.07, 0.77, 0.00, 0.13. Web safe color of #ce32dd is #cc33cc. Color #ce32dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 11011101
Octal 316 62 335
Decimal 206 50 221
Hex CE 32 DD

RGB Percentages of Color #ce32dd

%43.19
%10.48
%46.33

CMYK Percentages of Color #ce32dd

%7
%77
%0
%13

Triadic Colors of #ce32dd

#ce32dd #ddce32 #32ddce

Analogous Colors of #ce32dd

#ce32dd #dd3297 #7932dd

Monochromatic Colors of #ce32dd

#ce32dd

Complementary Color

#ce32dd #41dd32

#ce32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce32dd Color CSS Codes

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

#ce32dd Text Font Color

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

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


#ce32dd Background Color

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

This div background color is #ce32dd


#ce32dd Border Color

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

This div border color is #ce32dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce32dd


Comments

No comments written yet.

Please login to write comment.