Color Hex Logo

#ce7def Color Hex

#CE7DEF
(206,125,239)
0 Favorites   0 Comments

Color spaces of #ce7def

RGB 206125239
HSL0.790.780.71
HSV283°48°94°
CMYK 0.140.480.00   0.06
XYZ48.367234.021085.6788
Yxy34.02100.28780.2024
Hunter Lab58.327545.9452-46.2633
CIE-Lab64.979250.1365-45.0243

#ce7def color RGB value is (206,125,239).

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

The process color (four color CMYK) of #ce7def color hex is 0.14, 0.48, 0.00, 0.06. Web safe color of #ce7def is #cc66ff. Color #ce7def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111101 11101111
Octal 316 175 357
Decimal 206 125 239
Hex CE 7D EF

RGB Percentages of Color #ce7def

%36.14
%21.93
%41.93

CMYK Percentages of Color #ce7def

%14
%48
%0
%6

Triadic Colors of #ce7def

#ce7def #efce7d #7defce

Analogous Colors of #ce7def

#ce7def #ef7dd7 #957def

Monochromatic Colors of #ce7def

#ce7def

Complementary Color

#ce7def #9eef7d

#ce7def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7def Color CSS Codes

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

#ce7def Text Font Color

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

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


#ce7def Background Color

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

This div background color is #ce7def


#ce7def Border Color

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

This div border color is #ce7def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7def


Comments

No comments written yet.

Please login to write comment.