Color Hex Logo

#ce12dd Color Hex

#CE12DD
(206,18,221)
0 Favorites   0 Comments

Color spaces of #ce12dd

RGB 20618221
HSL0.820.850.47
HSV296°92°87°
CMYK 0.070.920.00   0.13
XYZ38.721018.774969.9897
Yxy18.77490.30370.1473
Hunter Lab43.330083.6854-65.4384
CIE-Lab50.422884.3523-58.0834

#ce12dd color RGB value is (206,18,221).

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

The process color (four color CMYK) of #ce12dd color hex is 0.07, 0.92, 0.00, 0.13. Web safe color of #ce12dd is #cc00cc. Color #ce12dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010010 11011101
Octal 316 22 335
Decimal 206 18 221
Hex CE 12 DD

RGB Percentages of Color #ce12dd

%46.29
%4.04
%49.66

CMYK Percentages of Color #ce12dd

%7
%92
%0
%13

Triadic Colors of #ce12dd

#ce12dd #ddce12 #12ddce

Analogous Colors of #ce12dd

#ce12dd #dd1287 #6912dd

Monochromatic Colors of #ce12dd

#ce12dd

Complementary Color

#ce12dd #21dd12

#ce12dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce12dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce12dd Color CSS Codes

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

#ce12dd Text Font Color

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

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


#ce12dd Background Color

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

This div background color is #ce12dd


#ce12dd Border Color

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

This div border color is #ce12dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce12dd


Comments

No comments written yet.

Please login to write comment.