Color Hex Logo

#cf6edc Color Hex

#CF6EDC
(207,110,220)
0 Favorites   0 Comments

Color spaces of #cf6edc

RGB 207110220
HSL0.810.610.65
HSV293°50°86°
CMYK 0.060.500.00   0.14
XYZ44.226329.584671.0896
Yxy29.58460.30520.2042
Hunter Lab54.391749.9541-39.4174
CIE-Lab61.294154.2872-40.2392

#cf6edc color RGB value is (207,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101110 11011100
Octal 317 156 334
Decimal 207 110 220
Hex CF 6E DC

RGB Percentages of Color #cf6edc

%38.55
%20.48
%40.97

CMYK Percentages of Color #cf6edc

%6
%50
%0
%14

Triadic Colors of #cf6edc

#cf6edc #dccf6e #6edccf

Analogous Colors of #cf6edc

#cf6edc #dc6eb2 #986edc

Monochromatic Colors of #cf6edc

#cf6edc

Complementary Color

#cf6edc #7bdc6e

#cf6edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6edc Color CSS Codes

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

#cf6edc Text Font Color

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

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


#cf6edc Background Color

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

This div background color is #cf6edc


#cf6edc Border Color

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

This div border color is #cf6edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,110,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 #cf6edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6edc


Comments

No comments written yet.

Please login to write comment.