color codes Logo

#ce6fdc color codes

#CE6FDC
(206,111,220)
0 Favorites   0 Comments

Color spaces of #ce6fdc

RGB 206111220
HSL0.810.610.65
HSV292°50°86°
CMYK 0.060.500.00   0.14
XYZ44.056329.658071.1127
Yxy29.65800.30420.2048
Hunter Lab54.459249.0992-39.2994
CIE-Lab61.358053.5148-40.1479

#ce6fdc color RGB value is (206,111,220).

#ce6fdc hex color red value is 206, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce6fdc hue: 0.81 , saturation: 0.61 and the lightness value of ce6fdc is 0.65.

The process color (four color CMYK) of #ce6fdc color code is 0.06, 0.50, 0.00, 0.14. Web safe color of #ce6fdc is #cc66cc. Color #ce6fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101111 11011100
Octal 316 157 334
Decimal 206 111 220
Hex CE 6F DC

RGB Percentages of Color #ce6fdc

%38.36
%20.67
%40.97

CMYK Percentages of Color #ce6fdc

%6
%50
%0
%14

Triadic Colors of #ce6fdc

#ce6fdc #dcce6f #6fdcce

Analogous Colors of #ce6fdc

#ce6fdc #dc6fb4 #986fdc

Monochromatic Colors of #ce6fdc

#ce6fdc

Complementary Color

#ce6fdc #7ddc6f

#ce6fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6fdc Color CSS Codes

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

#ce6fdc Text Font Color

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

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


#ce6fdc Background Color

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

This div background color is #ce6fdc


#ce6fdc Border Color

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

This div border color is #ce6fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6fdc


Comments

No comments written yet.

Please login to write comment.