Color Hex Logo

#ce7cde Color Hex

#CE7CDE
(206,124,222)
0 Favorites   0 Comments

Color spaces of #ce7cde

RGB 206124222
HSL0.810.600.68
HSV290°44°87°
CMYK 0.070.440.00   0.13
XYZ45.846132.811073.0241
Yxy32.81100.30230.2163
Hunter Lab57.280942.6251-35.4888
CIE-Lab64.007647.2649-37.1206

#ce7cde color RGB value is (206,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111100 11011110
Octal 316 174 336
Decimal 206 124 222
Hex CE 7C DE

RGB Percentages of Color #ce7cde

%37.32
%22.46
%40.22

CMYK Percentages of Color #ce7cde

%7
%44
%0
%13

Triadic Colors of #ce7cde

#ce7cde #dece7c #7cdece

Analogous Colors of #ce7cde

#ce7cde #de7cbd #9d7cde

Monochromatic Colors of #ce7cde

#ce7cde

Complementary Color

#ce7cde #8cde7c

#ce7cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7cde Color CSS Codes

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

#ce7cde Text Font Color

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

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


#ce7cde Background Color

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

This div background color is #ce7cde


#ce7cde Border Color

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

This div border color is #ce7cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7cde


Comments

No comments written yet.

Please login to write comment.