Color Hex Logo

#ce7cda Color Hex

#CE7CDA
(206,124,218)
0 Favorites   0 Comments

Color spaces of #ce7cda

RGB 206124218
HSL0.810.560.67
HSV292°43°85°
CMYK 0.060.430.00   0.15
XYZ45.316132.599170.2335
Yxy32.59910.30590.2200
Hunter Lab57.095641.7559-32.9659
CIE-Lab63.835046.4919-35.1592

#ce7cda color RGB value is (206,124,218).

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

The process color (four color CMYK) of #ce7cda color hex is 0.06, 0.43, 0.00, 0.15. Web safe color of #ce7cda is #cc66cc. Color #ce7cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111100 11011010
Octal 316 174 332
Decimal 206 124 218
Hex CE 7C DA

RGB Percentages of Color #ce7cda

%37.59
%22.63
%39.78

CMYK Percentages of Color #ce7cda

%6
%43
%0
%15

Triadic Colors of #ce7cda

#ce7cda #dace7c #7cdace

Analogous Colors of #ce7cda

#ce7cda #da7cb7 #9f7cda

Monochromatic Colors of #ce7cda

#ce7cda

Complementary Color

#ce7cda #88da7c

#ce7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7cda Color CSS Codes

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

#ce7cda Text Font Color

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

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


#ce7cda Background Color

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

This div background color is #ce7cda


#ce7cda Border Color

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

This div border color is #ce7cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7cda


Comments

No comments written yet.

Please login to write comment.