Color Hex Logo

#ce7cdb Color Hex

#CE7CDB
(206,124,219)
0 Favorites   0 Comments

Color spaces of #ce7cdb

RGB 206124219
HSL0.810.570.67
HSV292°43°86°
CMYK 0.060.430.00   0.14
XYZ45.447432.651670.9249
Yxy32.65160.30500.2191
Hunter Lab57.141641.9717-33.5924
CIE-Lab63.877846.6842-35.6505

#ce7cdb color RGB value is (206,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111100 11011011
Octal 316 174 333
Decimal 206 124 219
Hex CE 7C DB

RGB Percentages of Color #ce7cdb

%37.52
%22.59
%39.89

CMYK Percentages of Color #ce7cdb

%6
%43
%0
%14

Triadic Colors of #ce7cdb

#ce7cdb #dbce7c #7cdbce

Analogous Colors of #ce7cdb

#ce7cdb #db7cb9 #9f7cdb

Monochromatic Colors of #ce7cdb

#ce7cdb

Complementary Color

#ce7cdb #89db7c

#ce7cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7cdb Color CSS Codes

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

#ce7cdb Text Font Color

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

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


#ce7cdb Background Color

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

This div background color is #ce7cdb


#ce7cdb Border Color

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

This div border color is #ce7cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7cdb


Comments

No comments written yet.

Please login to write comment.