color codes Logo

#ce7cad color codes

#CE7CAD
(206,124,173)
0 Favorites   0 Comments

Color spaces of #ce7cad

RGB 206124173
HSL0.900.460.65
HSV324°40°81°
CMYK 0.000.400.16   0.19
XYZ40.204130.554243.3137
Yxy30.55420.35240.2679
Hunter Lab55.275933.0967-7.7661
CIE-Lab62.129538.5656-12.3846

#ce7cad color RGB value is (206,124,173).

#ce7cad hex color red value is 206, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce7cad hue: 0.90 , saturation: 0.46 and the lightness value of ce7cad is 0.65.

The process color (four color CMYK) of #ce7cad color code is 0.00, 0.40, 0.16, 0.19. Web safe color of #ce7cad is #cc6699. Color #ce7cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111100 10101101
Octal 316 174 255
Decimal 206 124 173
Hex CE 7C AD

RGB Percentages of Color #ce7cad

%40.95
%24.65
%34.39

CMYK Percentages of Color #ce7cad

%0
%40
%16
%19

Triadic Colors of #ce7cad

#ce7cad #adce7c #7cadce

Analogous Colors of #ce7cad

#ce7cad #ce7c84 #c67cce

Monochromatic Colors of #ce7cad

#ce7cad

Complementary Color

#ce7cad #7cce9d

#ce7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7cad Color CSS Codes

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

#ce7cad Text Font Color

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

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


#ce7cad Background Color

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

This div background color is #ce7cad


#ce7cad Border Color

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

This div border color is #ce7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7cad


Comments

No comments written yet.

Please login to write comment.