Color Hex Logo

#ce7dcc Color Hex

#CE7DCC
(206,125,204)
0 Favorites   0 Comments

Color spaces of #ce7dcc

RGB 206125204
HSL0.840.450.65
HSV301°39°81°
CMYK 0.000.390.01   0.19
XYZ43.686332.148761.0295
Yxy32.14870.31920.2349
Hunter Lab56.699838.3067-24.1276
CIE-Lab63.465643.3441-27.8913

#ce7dcc color RGB value is (206,125,204).

#ce7dcc hex color red value is 206, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce7dcc hue: 0.84 , saturation: 0.45 and the lightness value of ce7dcc is 0.65.

The process color (four color CMYK) of #ce7dcc color hex is 0.00, 0.39, 0.01, 0.19. Web safe color of #ce7dcc is #cc66cc. Color #ce7dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111101 11001100
Octal 316 175 314
Decimal 206 125 204
Hex CE 7D CC

RGB Percentages of Color #ce7dcc

%38.50
%23.36
%38.13

CMYK Percentages of Color #ce7dcc

%0
%39
%1
%19

Triadic Colors of #ce7dcc

#ce7dcc #ccce7d #7dccce

Analogous Colors of #ce7dcc

#ce7dcc #ce7da4 #a87dce

Monochromatic Colors of #ce7dcc

#ce7dcc

Complementary Color

#ce7dcc #7dce7f

#ce7dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7dcc Color CSS Codes

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

#ce7dcc Text Font Color

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

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


#ce7dcc Background Color

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

This div background color is #ce7dcc


#ce7dcc Border Color

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

This div border color is #ce7dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7dcc


Comments

No comments written yet.

Please login to write comment.