Color Hex Logo

#ce7dee Color Hex

#CE7DEE
(206,125,238)
0 Favorites   0 Comments

Color spaces of #ce7dee

RGB 206125238
HSL0.790.770.71
HSV283°47°93°
CMYK 0.130.470.00   0.07
XYZ48.219833.962184.9028
Yxy33.96210.28860.2033
Hunter Lab58.277045.7104-45.5847
CIE-Lab64.932549.9322-44.5458

#ce7dee color RGB value is (206,125,238).

#ce7dee hex color red value is 206, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ce7dee hue: 0.79 , saturation: 0.77 and the lightness value of ce7dee is 0.71.

The process color (four color CMYK) of #ce7dee color hex is 0.13, 0.47, 0.00, 0.07. Web safe color of #ce7dee is #cc66ff. Color #ce7dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111101 11101110
Octal 316 175 356
Decimal 206 125 238
Hex CE 7D EE

RGB Percentages of Color #ce7dee

%36.20
%21.97
%41.83

CMYK Percentages of Color #ce7dee

%13
%47
%0
%7

Triadic Colors of #ce7dee

#ce7dee #eece7d #7deece

Analogous Colors of #ce7dee

#ce7dee #ee7dd6 #967dee

Monochromatic Colors of #ce7dee

#ce7dee

Complementary Color

#ce7dee #9dee7d

#ce7dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7dee Color CSS Codes

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

#ce7dee Text Font Color

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

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


#ce7dee Background Color

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

This div background color is #ce7dee


#ce7dee Border Color

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

This div border color is #ce7dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7dee


Comments

No comments written yet.

Please login to write comment.