Color Hex Logo

#ce7ddd Color Hex

#CE7DDD
(206,125,221)
0 Favorites   0 Comments

Color spaces of #ce7ddd

RGB 206125221
HSL0.810.590.68
HSV291°43°87°
CMYK 0.070.430.00   0.13
XYZ45.838433.009572.3621
Yxy33.00950.30310.2183
Hunter Lab57.453941.8682-34.4569
CIE-Lab64.168646.5489-36.3124

#ce7ddd color RGB value is (206,125,221).

#ce7ddd hex color red value is 206, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ce7ddd hue: 0.81 , saturation: 0.59 and the lightness value of ce7ddd is 0.68.

The process color (four color CMYK) of #ce7ddd color hex is 0.07, 0.43, 0.00, 0.13. Web safe color of #ce7ddd is #cc66cc. Color #ce7ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111101 11011101
Octal 316 175 335
Decimal 206 125 221
Hex CE 7D DD

RGB Percentages of Color #ce7ddd

%37.32
%22.64
%40.04

CMYK Percentages of Color #ce7ddd

%7
%43
%0
%13

Triadic Colors of #ce7ddd

#ce7ddd #ddce7d #7dddce

Analogous Colors of #ce7ddd

#ce7ddd #dd7dbc #9e7ddd

Monochromatic Colors of #ce7ddd

#ce7ddd

Complementary Color

#ce7ddd #8cdd7d

#ce7ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7ddd Color CSS Codes

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

#ce7ddd Text Font Color

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

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


#ce7ddd Background Color

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

This div background color is #ce7ddd


#ce7ddd Border Color

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

This div border color is #ce7ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7ddd


Comments

No comments written yet.

Please login to write comment.